function CopyTest::setUp
Same name in other branches
- 9 core/modules/file/tests/src/Kernel/CopyTest.php \Drupal\Tests\file\Kernel\CopyTest::setUp()
- 10 core/modules/file/tests/src/Kernel/CopyTest.php \Drupal\Tests\file\Kernel\CopyTest::setUp()
Overrides FileManagedUnitTestBase::setUp
File
-
core/
modules/ file/ tests/ src/ Kernel/ CopyTest.php, line 33
Class
- CopyTest
- Tests the file copy function.
Namespace
Drupal\Tests\file\KernelCode
protected function setUp() : void {
parent::setUp();
$this->fileRepository = $this->container
->get('file.repository');
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.