You are here

public function AltStreamWrapperTest::setUp in Alternative Stream Wrappers 8

Overrides StreamWrapperTest::setUp

File

tests/src/Kernel/AltStreamWrapperTest.php, line 17

Class

AltStreamWrapperTest
Class AltStreamWrapperTest.

Namespace

Drupal\Tests\alt_stream_wrappers\Kernel

Code

public function setUp() {
  parent::setUp();
  \Drupal::configFactory()
    ->getEditable('alt_stream_wrappers.settings')
    ->set('path.temporary', '/tmp')
    ->save();
}