true, ConfigAggregator::ENABLE_CACHE => false, 'zend-expressive-swoole' => [ 'swoole-http-server' => [ 'port' => 9999, 'host' => '127.0.0.1', 'process-name' => 'shlink_test', ], ], 'dependencies' => [ 'factories' => [ Common\TestHelper::class => InvokableFactory::class, 'shlink_test_api_client' => function () { return new Client(['base_uri' => 'http://localhost:9999/']); }, ], ], 'entity_manager' => [ 'connection' => [ 'driver' => 'pdo_sqlite', 'path' => realpath(sys_get_temp_dir()) . '/shlink-tests.db', ], ], ];