You are here

public function vfsStreamPrintVisitorTestCase::constructWithNonStreamResourceThrowsInvalidArgumentException 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::constructWithNonStreamResourceThrowsInvalidArgumentException()

@test @expectedException \InvalidArgumentException

File

vendor/mikey179/vfsStream/src/test/php/org/bovigo/vfs/visitor/vfsStreamPrintVisitorTestCase.php, line 36

Class

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

Namespace

org\bovigo\vfs\visitor

Code

public function constructWithNonStreamResourceThrowsInvalidArgumentException() {
  new vfsStreamPrintVisitor(xml_parser_create());
}