Example #1
0
 /**
  * @covers Zepto\Router::redirect()
  */
 public function testRedirectWithoutUrl()
 {
     $actual = $this->router->redirect('');
     $this->assertEquals(500, $this->router->current_http_status());
     $this->assertFalse($actual);
 }