]> gitweb.fluxo.info Git - semanticscuttle.git/commitdiff
defined main method before including includes
authorcweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f>
Mon, 27 Sep 2010 20:45:51 +0000 (20:45 +0000)
committercweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f>
Mon, 27 Sep 2010 20:45:51 +0000 (20:45 +0000)
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@759 b3834d28-1941-0410-a4f8-b48e95affb8f

tests/Bookmark2TagTest.php
tests/CommonDescriptionTest.php
tests/Tag2TagTest.php
tests/TagTest.php
tests/TagsCacheTest.php
tests/UserTest.php
tests/VoteTest.php

index 14b71cc518703747c7ad461cb655666481fff042..e6aaf1d36107e2468ce66d3a3164db7f3a99379d 100644 (file)
  * @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', 'Bookmark2TagTest::main');
 }
 
+require_once 'prepare.php';
+
 /**
  * Unit tests for the SemanticScuttle bookmark-tag combination service.
  *
index 63b9e0c0a06dcd013e9d775dc3ae1df4cfd928bb..94f431d52e5ae8a502a146ed26a8ac4720cdc4c4 100644 (file)
  * @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', 'CommonDescriptionTest::main');
 }
 
+require_once 'prepare.php';
+
 /**
  * Unit tests for the SemanticScuttle common description service.
  *
index d1b610030ea3ae95d008e4198538b03e22037a8f..033fc91cfe984cb794ae3759d20e4561238c8c8b 100644 (file)
  * @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', 'Tag2TagTest::main');
 }
 
+require_once 'prepare.php';
+
 /**
  * Unit tests for the SemanticScuttle tag2tag service.
  *
index c08aba2c480a0d33e0aeef13413821cbd5d74deb..25d1a77cf576976d1b04eeb7d2593481e4394809 100644 (file)
  * @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', 'TagTest::main');
 }
 
+require_once 'prepare.php';
+
 /**
  * Unit tests for the SemanticScuttle tag service.
  *
index 84f4ec0916d9214b64d0c612a61fedb2d0e4f17e..94200dd6d2ee233f59289e52e7facfc5d9e9b947 100644 (file)
  * @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', 'TagsCacheTest::main');
 }
 
+require_once 'prepare.php';
+
 /**
  * Unit tests for the SemanticScuttle tags cache service.
  *
index c182d873295c9664f716db58af128ef84a780a9c..6da777687eb2d4b00b5e71ea09543d926aa4c308 100644 (file)
  * @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', 'UserTest::main');
 }
 
+require_once 'prepare.php';
+
 /**
  * Unit tests for the SemanticScuttle user service.
  *
index 8e6591715babfe9b100a472bd44bffd1a530ff9f..1623826e8875e5e7786a5da415a47c4102b2f452 100644 (file)
  * @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.
  *