You are here

public function LibraryDiscoveryTest::testLibraryLoad in System stream wrapper 8

Tests loading a library that does not exist.

File

tests/src/Kernel/LibraryDiscoveryTest.php, line 35
Contains \Drupal\Tests\system_stream_wrapper\Kernel\File\ExtensionStreamTest.

Class

LibraryDiscoveryTest
Tests library discovery functions.

Namespace

Drupal\Tests\system_stream_wrapper\Kernel

Code

public function testLibraryLoad() {
  $this
    ->assertFalse(file_exists('library://foo'));
}