You are here

public function QuotaTestCase::unlimitedQuotaIsNotLimited 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::unlimitedQuotaIsNotLimited()

@test

File

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

Class

QuotaTestCase
Test for org\bovigo\vfs\Quota.

Namespace

org\bovigo\vfs

Code

public function unlimitedQuotaIsNotLimited() {
  $this
    ->assertFalse(Quota::unlimited()
    ->isLimited());
}