/** * Try to instantiate Router with a wrong route definition */ public function testInstantiateBadRoute() { $router = new Router($this->badRoute); $this->assertCount(0, $router->getRoutes()); }