示例#1
0
 public function testCanCreateObject()
 {
     $object = Object::create();
     $this->assertInstanceOf('stdClass', $object->obtain());
 }