Example #1
0
 /**
  * @covers Zepto\Route::callback()
  */
 public function testCallback()
 {
     $actual = $this->route->callback();
     $this->assertInstanceOf('Closure', $actual);
 }