You are here

public function QuotaTestCase::setUp in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/mikey179/vfsStream/src/test/php/org/bovigo/vfs/QuotaTestCase.php \org\bovigo\vfs\QuotaTestCase::setUp()

set up test environment

File

vendor/mikey179/vfsStream/src/test/php/org/bovigo/vfs/QuotaTestCase.php, line 28

Class

QuotaTestCase
Test for org\bovigo\vfs\Quota.

Namespace

org\bovigo\vfs

Code

public function setUp() {
  $this->quota = new Quota(10);
}