markTestSkipped(); } // Create the application such that the config is loaded. $app = new Application(); $app->setBasePath(sys_get_temp_dir()); $app->instance('config', new Repository()); return $app; } }