defined main method before including includes
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@760 b3834d28-1941-0410-a4f8-b48e95affb8f
This commit is contained in:
parent
bcb817c50d
commit
a242689285
1 changed files with 2 additions and 3 deletions
|
@ -12,13 +12,12 @@
|
||||||
* @license GPL http://www.gnu.org/licenses/gpl.html
|
* @license GPL http://www.gnu.org/licenses/gpl.html
|
||||||
* @link http://sourceforge.net/projects/semanticscuttle
|
* @link http://sourceforge.net/projects/semanticscuttle
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require_once 'prepare.php';
|
|
||||||
|
|
||||||
if (!defined('PHPUnit_MAIN_METHOD')) {
|
if (!defined('PHPUnit_MAIN_METHOD')) {
|
||||||
define('PHPUnit_MAIN_METHOD', 'BookmarkTest::main');
|
define('PHPUnit_MAIN_METHOD', 'BookmarkTest::main');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
require_once 'prepare.php';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Unit tests for the SemanticScuttle bookmark service.
|
* Unit tests for the SemanticScuttle bookmark service.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in a new issue