Example #1
0
 /**
  *
  */
 function test_version()
 {
     $response = new Response();
     $this->assertEquals('1.1', $response->status('1.1'));
 }