diff options
Diffstat (limited to 'tests/VoteTest.php')
| -rw-r--r-- | tests/VoteTest.php | 25 | 
1 files changed, 0 insertions, 25 deletions
diff --git a/tests/VoteTest.php b/tests/VoteTest.php index 1623826..0073678 100644 --- a/tests/VoteTest.php +++ b/tests/VoteTest.php @@ -10,11 +10,6 @@   * @license  GPL http://www.gnu.org/licenses/gpl.html   * @link     http://sourceforge.net/projects/semanticscuttle   */ -if (!defined('PHPUnit_MAIN_METHOD')) { -    define('PHPUnit_MAIN_METHOD', 'VoteTest::main'); -} - -require_once 'prepare.php';  /**   * Unit tests for the SemanticScuttle voting system. @@ -43,21 +38,6 @@ class VoteTest extends TestBase -    /** -     * Used to run this test class standalone -     * -     * @return void -     */ -    public static function main() -    { -        require_once 'PHPUnit/TextUI/TestRunner.php'; -        PHPUnit_TextUI_TestRunner::run( -            new PHPUnit_Framework_TestSuite('VoteTest') -        ); -    } - - -      public function setUp()      {          $GLOBALS['enableVoting'] = true; @@ -553,9 +533,4 @@ class VoteTest extends TestBase      }  }//class VoteTest extends TestBase - - -if (PHPUnit_MAIN_METHOD == 'VoteTest::main') { -    VoteTest::main(); -}  ?>
\ No newline at end of file  | 
