Beispiel #1
0
 function testInstantiatePostControllerWhichShouldBeIncludedAutomatically()
 {
     $Controller = new PostController();
     $this->assertEquals('Post', $Controller->getControllerName());
 }