* @author Shohei Nakajima * @link http://www.netcommons.org NetCommons Project * @license http://www.netcommons.org/license.txt NetCommons License * @copyright Copyright 2014, NetCommons Project */ App::uses('YAControllerTestCase', 'NetCommons.TestSuite'); /** * SystemManagerController Test Case * * @author Shohei Nakajima * @package NetCommons\SystemManager\Test\Case\Controller */ class SystemManagerControllerTest extends YAControllerTestCase { /** * Fixtures * * @var array */ public $fixtures = array(); /** * testIndex method * * @return void */ public function testIndex() { } }