public function vfsStreamWrapperLargeFileTestCase::hasLargeFileSize in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/mikey179/vfsStream/src/test/php/org/bovigo/vfs/vfsStreamWrapperLargeFileTestCase.php \org\bovigo\vfs\vfsStreamWrapperLargeFileTestCase::hasLargeFileSize()
@test
File
- vendor/
mikey179/ vfsStream/ src/ test/ php/ org/ bovigo/ vfs/ vfsStreamWrapperLargeFileTestCase.php, line 43
Class
- vfsStreamWrapperLargeFileTestCase
- Test for large file mocks.
Namespace
org\bovigo\vfsCode
public function hasLargeFileSize() {
$this
->assertEquals(100 * 1024 * 1024 * 1024, filesize($this->largeFile
->url()));
}