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