コード例 #1
0
 public static function suite()
 {
     $suite = new PHPUnit2_Extensions_TestFileLoader();
     $suite->addTestFile('ScriptReorganizer/Tests/Type/ScriptTest.php');
     $suite->addTestFile('ScriptReorganizer/Tests/Type/LibraryTest.php');
     return $suite;
 }
コード例 #2
0
 public static function suite()
 {
     $suite = new PHPUnit2_Extensions_TestFileLoader();
     $suite->addTestFile('ScriptReorganizer/Tests/Strategy/RouteTest.php');
     $suite->addTestFile('ScriptReorganizer/Tests/Strategy/QuietTest.php');
     $suite->addTestFile('ScriptReorganizer/Tests/Strategy/PackTest.php');
     return $suite;
 }
コード例 #3
0
 public static function suite()
 {
     $suite = new PHPUnit2_Extensions_TestFileLoader();
     $suite->addTestFile('ScriptReorganizer/Tests/Strategy/AllTests.php');
     $suite->addTestFile('ScriptReorganizer/Tests/Type/AllTests.php');
     $suite->addTestFile('ScriptReorganizer/Tests/Type/Decorator/AllTests.php');
     return $suite;
 }
コード例 #4
0
 public static function suite()
 {
     $suite = new PHPUnit2_Extensions_TestFileLoader();
     $suite->addTestFile('ScriptReorganizer/Tests/Type/Decorator/AddFooterTest.php');
     $suite->addTestFile('ScriptReorganizer/Tests/Type/Decorator/AddHeaderTest.php');
     $suite->addTestFile('ScriptReorganizer/Tests/Type/Decorator/AddHeaderAndFooterTest.php');
     $suite->addTestFile('ScriptReorganizer/Tests/Type/Decorator/PharizeTest.php');
     return $suite;
 }