public function LargeFileContentTestCase::contentIsFilledUpWithSpacesIfNoDataWritten 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::contentIsFilledUpWithSpacesIfNoDataWritten()
 
@test
File
- vendor/
mikey179/ vfsStream/ src/ test/ php/ org/ bovigo/ vfs/ content/ LargeFileContentTestCase.php, line 45  
Class
Namespace
org\bovigo\vfs\contentCode
public function contentIsFilledUpWithSpacesIfNoDataWritten() {
  $this
    ->assertEquals(str_repeat(' ', 100), $this->largeFileContent
    ->content());
}