浏览代码

add test folder to alltests

euromark 12 年之前
父节点
当前提交
1d57cbb8bd
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      Test/Case/AllToolsTest.php

+ 3 - 0
Test/Case/AllToolsTest.php

@@ -19,6 +19,9 @@ class AllToolsTest extends PHPUnit_Framework_TestSuite {
 		$Suite->addTestDirectory($path . DS . 'Lib' . DS . 'Utility');
 		$Suite->addTestDirectory($path . DS . 'Lib' . DS . 'Utility');
 
 
 		$path = dirname(__FILE__);
 		$path = dirname(__FILE__);
+		$Suite->addTestDirectory($path . DS . 'Lib' . DS . 'Misc');
+
+		$path = dirname(__FILE__);
 		$Suite->addTestDirectory($path . DS . 'View' . DS . 'Helper');
 		$Suite->addTestDirectory($path . DS . 'View' . DS . 'Helper');
 
 
 		$path = dirname(__FILE__);
 		$path = dirname(__FILE__);