public function vfsStreamPrintVisitorTestCase::constructWithNonResourceThrowsInvalidArgumentException in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/mikey179/vfsStream/src/test/php/org/bovigo/vfs/visitor/vfsStreamPrintVisitorTestCase.php \org\bovigo\vfs\visitor\vfsStreamPrintVisitorTestCase::constructWithNonResourceThrowsInvalidArgumentException()
@test @expectedException \InvalidArgumentException
File
- vendor/
mikey179/ vfsStream/ src/ test/ php/ org/ bovigo/ vfs/ visitor/ vfsStreamPrintVisitorTestCase.php, line 27
Class
Namespace
org\bovigo\vfs\visitorCode
public function constructWithNonResourceThrowsInvalidArgumentException() {
new vfsStreamPrintVisitor('invalid');
}