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