/** * {@inheritdoc} */ protected function setUp() { parent::setUp(); $this->libraryDiscovery = $this->container->get('library.discovery'); }
/** * {@inheritdoc} */ protected function setUp() { parent::setUp(); $this->externalLibraryManager = $this->container->get('libraries.manager'); $this->container->set('stream_wrapper.php_library_files', new TestPhpLibraryFilesStream()); }