Beispiel #1
0
 public function testRunDynamically()
 {
     $request = new Request\Http('http://example.com/index/index');
     $this->_controller->setRequest($request);
     $this->_controller->run(__DIR__ . DIRECTORY_SEPARATOR . '_files');
 }