public function vfsStreamWrapperQuotaTestCase::setUp in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/mikey179/vfsStream/src/test/php/org/bovigo/vfs/vfsStreamWrapperQuotaTestCase.php \org\bovigo\vfs\vfsStreamWrapperQuotaTestCase::setUp()
set up test environment
File
- vendor/
mikey179/ vfsStream/ src/ test/ php/ org/ bovigo/ vfs/ vfsStreamWrapperQuotaTestCase.php, line 28
Class
- vfsStreamWrapperQuotaTestCase
- Test for quota related functionality of org\bovigo\vfs\vfsStreamWrapper.
Namespace
org\bovigo\vfsCode
public function setUp() {
$this->root = vfsStream::setup();
vfsStream::setQuota(10);
}