* @author Shohei Nakajima * @link http://www.netcommons.org NetCommons Project * @license http://www.netcommons.org/license.txt NetCommons License * @copyright Copyright 2014, NetCommons Project */ /** * SystemManager All Test Suite * * @author Shohei Nakajima * @package NetCommons\SystemManager\Test\Case * @codeCoverageIgnore */ class AllSystemManagerTest extends CakeTestSuite { /** * Suite defines all the tests for PublicSpace * * @return CakeTestSuite */ public static function suite() { $suite = new CakeTestSuite(); //$suite->addTestDirectoryRecursive(dirname(__FILE__)); return $suite; } }