Example #1
0
 public function testSetGetControllerPath()
 {
     $this->object->setControllerPath(__DIR__);
     $this->assertEquals(__DIR__, $this->object->getControllerPath());
 }