Esempio n. 1
0
 /**
  * @covers Phramework\Testphase\Testphase::expectJSON
  */
 public function testExpectJSON()
 {
     return;
     $o = $this->object->expectJSON();
     $this->assertInstanceOf(Testphase::class, $o);
 }