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