add base test files to phpunit blacklist
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@566 b3834d28-1941-0410-a4f8-b48e95affb8f
This commit is contained in:
parent
1256489fa7
commit
cd925c3067
2 changed files with 4 additions and 0 deletions
|
@ -19,6 +19,8 @@ if (!defined('PHPUnit_MAIN_METHOD')) {
|
||||||
require_once 'prepare.php';
|
require_once 'prepare.php';
|
||||||
require_once 'PHPUnit/Framework/TestSuite.php';
|
require_once 'PHPUnit/Framework/TestSuite.php';
|
||||||
|
|
||||||
|
PHPUnit_Util_Filter::addFileToFilter(__FILE__);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* SemanticScuttle unit tests.
|
* SemanticScuttle unit tests.
|
||||||
*
|
*
|
||||||
|
|
|
@ -13,6 +13,8 @@
|
||||||
|
|
||||||
require_once 'PHPUnit/Framework.php';
|
require_once 'PHPUnit/Framework.php';
|
||||||
|
|
||||||
|
PHPUnit_Util_Filter::addFileToFilter(__FILE__);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Base unittest class that provides several helper methods.
|
* Base unittest class that provides several helper methods.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in a new issue