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