예제 #1
0
 public function testCorrectExtendedController()
 {
     $tc = new PersonController(false);
     $tc->init();
     $this->assertEquals('Person', $tc->currentController());
 }