PHP Class org\bovigo\vfs\vfsStreamWrapperQuotaTestCase

Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: mikey179/vfsstream

Public Methods

Method Description
canNotTruncateToGreaterLengthWhenDiscQuotaReached ( )
considersAllFilesForQuota ( )
setUp ( ) set up test environment
truncateConsidersAllFilesForQuota ( )
truncateToLessThanQuotaWritesEverything ( )
truncateToMoreThanQotaWritesOnlyUpToQuota ( )
truncateUpToQotaWritesEverything ( )
writeLessThanQuotaWritesEverything ( )
writeMoreThanQotaWritesOnlyUpToQuota ( )
writeUpToQotaWritesEverything ( )

Method Details

canNotTruncateToGreaterLengthWhenDiscQuotaReached() public method

considersAllFilesForQuota() public method

setUp() public method

set up test environment
public setUp ( )

truncateConsidersAllFilesForQuota() public method

truncateToLessThanQuotaWritesEverything() public method

truncateToMoreThanQotaWritesOnlyUpToQuota() public method

truncateUpToQotaWritesEverything() public method

writeLessThanQuotaWritesEverything() public method

writeMoreThanQotaWritesOnlyUpToQuota() public method

writeUpToQotaWritesEverything() public method