Exemplo n.º 1
0
 function setUp()
 {
     parent::setUp();
     $this->cache = $this->prophesize("Wilson\\Utils\\Cache");
     $this->ut = $this->prophesize("Wilson\\Routing\\UrlTools");
     $this->router = new Router($this->cache->reveal(), $this->ut->reveal());
 }