Exemplo n.º 1
0
 public function testMatches()
 {
     $data = ['controller' => 'demo', 'action' => 'index'];
     $this->route->setMatches($data);
     self::assertEquals($data, $this->route->getMatches());
 }