Example #1
0
 /**
  * @covers Phramework\Testphase\Testphase::expectResponseHeader
  * @expectedException Exception
  */
 public function testExpectResponseHeaderFailure1()
 {
     $this->object->expectResponseHeader('application/vnd.api+json;charset=utf-8');
 }