public function StringBasedFileContentTestCase::readDoesNotChangeSize in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/mikey179/vfsStream/src/test/php/org/bovigo/vfs/content/StringBasedFileContentTestCase.php \org\bovigo\vfs\content\StringBasedFileContentTestCase::readDoesNotChangeSize()
@test
File
- vendor/
mikey179/ vfsStream/ src/ test/ php/ org/ bovigo/ vfs/ content/ StringBasedFileContentTestCase.php, line 96
Class
Namespace
org\bovigo\vfs\contentCode
public function readDoesNotChangeSize() {
$this->stringBasedFileContent
->read(3);
$this
->assertEquals(9, $this->stringBasedFileContent
->size());
}