diff options
Diffstat (limited to 'tests/unit/Data/SqlMap/DataMapper/AllTests.php')
-rw-r--r-- | tests/unit/Data/SqlMap/DataMapper/AllTests.php | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/tests/unit/Data/SqlMap/DataMapper/AllTests.php b/tests/unit/Data/SqlMap/DataMapper/AllTests.php deleted file mode 100644 index d685d474..00000000 --- a/tests/unit/Data/SqlMap/DataMapper/AllTests.php +++ /dev/null @@ -1,27 +0,0 @@ -<?php - - -if(!defined('PHPUnit_MAIN_METHOD')) { - define('PHPUnit_MAIN_METHOD', 'Data_SqlMap_DataMapper_AllTests::main'); -} - -require_once 'TPropertyAccessTest.php'; - -class Data_SqlMap_DataMapper_AllTests { - - public static function main() { - PHPUnit_TextUI_TestRunner::run(self::suite()); - } - - public static function suite() { - $suite = new PHPUnit_Framework_TestSuite('System.Data.SqlMap.DataMapper'); - - $suite->addTestSuite('TPropertyAccessTest'); - - return $suite; - } -} - -if(PHPUnit_MAIN_METHOD == 'Data_SqlMap_DataMapper_AllTests::main') { - Data_SqlMap_DataMapper_AllTests::main(); -}
\ No newline at end of file |