Example #1
0
 public static function setUpBeforeClass()
 {
     $data = json_decode(file_get_contents(__DIR__ . '/fixtures/item_38268.json'), true);
     self::$obj = new Item();
     self::$obj->setServiceLocator(new ServiceLocator());
     self::$obj->populate($data);
 }