public function ImceFolderTest::setUp in IMCE 8.2
Same name in this branch
- 8.2 tests/src/Unit/ImceFolderTest.php \Drupal\Tests\imce\Unit\ImceFolderTest::setUp()
- 8.2 tests/src/Kernel/ImceFolderTest.php \Drupal\Tests\imce\Kernel\ImceFolderTest::setUp()
Same name and namespace in other branches
- 8 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\UnitCode
public function setUp() : void {
parent::setUp();
$this->imceFolder = $this
->createMock(ImceFolder::class);
}