Exemple #1
0
 /**
  * Test simple URL generator behaviours
  */
 public function testOtherStuff()
 {
     $this->assertEquals($this->router->getPrefix($this->router->setPrefix(['hello', 'world'])), ['hello', 'world']);
 }