You are here

public function vfsStreamPrintVisitorTestCase::constructWithNonResourceThrowsInvalidArgumentException in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 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

vfsStreamPrintVisitorTestCase
Test for org\bovigo\vfs\visitor\vfsStreamPrintVisitor.

Namespace

org\bovigo\vfs\visitor

Code

public function constructWithNonResourceThrowsInvalidArgumentException() {
  new vfsStreamPrintVisitor('invalid');
}