コード例 #1
0
ファイル: BasicControllerTest.php プロジェクト: joeymetal/v1
 function testControllerName()
 {
     $Controller = new TestController();
     $this->assertEquals('Test', $Controller->getControllerName());
 }