diff options
Diffstat (limited to 'tests/VoteTest.php')
-rw-r--r-- | tests/VoteTest.php | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/VoteTest.php b/tests/VoteTest.php index 8e65917..1623826 100644 --- a/tests/VoteTest.php +++ b/tests/VoteTest.php @@ -10,13 +10,12 @@ * @license GPL http://www.gnu.org/licenses/gpl.html * @link http://sourceforge.net/projects/semanticscuttle */ - -require_once 'prepare.php'; - if (!defined('PHPUnit_MAIN_METHOD')) { define('PHPUnit_MAIN_METHOD', 'VoteTest::main'); } +require_once 'prepare.php'; + /** * Unit tests for the SemanticScuttle voting system. * |