You are here

public function ImceFolderTest::setUp in IMCE 8

Same name in this branch
  1. 8 tests/src/Unit/ImceFolderTest.php \Drupal\Tests\imce\Unit\ImceFolderTest::setUp()
  2. 8 tests/src/Kernel/ImceFolderTest.php \Drupal\Tests\imce\Kernel\ImceFolderTest::setUp()
Same name and namespace in other branches
  1. 8.2 tests/src/Unit/ImceFolderTest.php \Drupal\Tests\imce\Unit\ImceFolderTest::setUp()

Overrides UnitTestCase::setUp

File

tests/src/Unit/ImceFolderTest.php, line 25

Class

ImceFolderTest
Test ImceFile.

Namespace

Drupal\Tests\imce\Unit

Code

public function setUp() {
  parent::setUp();
  $this->imceFolder = $this
    ->createMock(ImceFolder::class);
}