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