model = new $model(); $schema->createTables(); } $full_data = json_decode(file_get_contents(sprintf('%s/%s-IDF.json', $folder, $name)), true); foreach ($full_data as $model => $data) { Pluf_Test_Fixture::load($data, false); } return true; }