public function vfsStreamFileTestCase::withContentThrowsInvalidArgumentExceptionWhenContentIsNoStringAndNoFileContent in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/mikey179/vfsStream/src/test/php/org/bovigo/vfs/vfsStreamFileTestCase.php \org\bovigo\vfs\vfsStreamFileTestCase::withContentThrowsInvalidArgumentExceptionWhenContentIsNoStringAndNoFileContent()
@test @group issue_79 @expectedException \InvalidArgumentException @since 1.3.0
File
- vendor/
mikey179/ vfsStream/ src/ test/ php/ org/ bovigo/ vfs/ vfsStreamFileTestCase.php, line 302
Class
Namespace
org\bovigo\vfsCode
public function withContentThrowsInvalidArgumentExceptionWhenContentIsNoStringAndNoFileContent() {
$this->file
->withContent(313);
}