ソースを参照

remove group test file

euromark 13 年 前
コミット
0fae8539e6
1 ファイル変更0 行追加18 行削除
  1. 0 18
      Test/Case/AllControllerTestsTest.php

+ 0 - 18
Test/Case/AllControllerTestsTest.php

@@ -1,18 +0,0 @@
-<?php
-/**
- * group test - Tools
- */
-class AllControllerTestsTest extends PHPUnit_Framework_TestSuite {
-
-	/**
-	 * suite method, defines tests for this suite.
-	 *
-	 * @return void
-	 */
-	public static function suite() {
-		$Suite = new CakeTestSuite('All Controller tests');
-		$path = dirname(__FILE__);
-		$Suite->addTestDirectory($path . DS . 'Controller');
-		return $Suite;
-	}
-}