Пример #1
0
 /**
  * @covers Phramework\Testphase\Testphase::expectObject
  */
 public function testExpectObjectJSON()
 {
     return;
     $o = $this->object->expectObject(new ObjectValidator());
     $this->assertInstanceOf(Testphase::class, $o);
 }