getLastMatchedRoute() public method

Returns NULL if no route matched or route() has not been called yet
public getLastMatchedRoute ( ) : Route
return Route
 /**
  * @test
  */
 public function getLastMatchedRouteReturnsNullByDefault()
 {
     $this->assertNull($this->router->getLastMatchedRoute());
 }