setTempDirectory(__DIR__ . '/temp'); $configurator->setLogDirectory(__DIR__ . '/temp'); // Other values $configurator->setTimeZone('Europe/Amsterdam'); // And the star of the show: ObjectStorageComponent $configurator->addComponent(new ObjectStorageComponent()); // Add the test config file $configurator->addDirectory(dirname(__FILE__), 'config', Priority::HIGH); return $configurator->createContainer();