public function LargeFileContentTestCase::createInstanceWithMegabytes in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/mikey179/vfsStream/src/test/php/org/bovigo/vfs/content/LargeFileContentTestCase.php \org\bovigo\vfs\content\LargeFileContentTestCase::createInstanceWithMegabytes()
@test
File
- vendor/
mikey179/ vfsStream/ src/ test/ php/ org/ bovigo/ vfs/ content/ LargeFileContentTestCase.php, line 205
Class
Namespace
org\bovigo\vfs\contentCode
public function createInstanceWithMegabytes() {
$this
->assertEquals(100 * 1024 * 1024, LargeFileContent::withMegabytes(100)
->size());
}