コード例 #1
0
ファイル: ApplicationTest.php プロジェクト: elvis2/simple-mvc
 public function testSetGetControllerPath()
 {
     $this->object->setControllerPath(__DIR__);
     $this->assertEquals(__DIR__, $this->object->getControllerPath());
 }