public function vfsStreamTestCase::createThrowsExceptionIfNoBaseDirGivenAndNoRootSet in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/mikey179/vfsStream/src/test/php/org/bovigo/vfs/vfsStreamTestCase.php \org\bovigo\vfs\vfsStreamTestCase::createThrowsExceptionIfNoBaseDirGivenAndNoRootSet()
@test @group issue_20 @expectedException \InvalidArgumentException @since 0.11.0
File
- vendor/
mikey179/ vfsStream/ src/ test/ php/ org/ bovigo/ vfs/ vfsStreamTestCase.php, line 390
Class
- vfsStreamTestCase
- Test for org\bovigo\vfs\vfsStream.
Namespace
org\bovigo\vfsCode
public function createThrowsExceptionIfNoBaseDirGivenAndNoRootSet() {
vfsStream::create(array(
'test' => array(),
));
}