public function vfsStreamWrapperWithoutRootTestCase::canNotOpen in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/mikey179/vfsStream/src/test/php/org/bovigo/vfs/vfsStreamWrapperWithoutRootTestCase.php \org\bovigo\vfs\vfsStreamWrapperWithoutRootTestCase::canNotOpen()
can not open a file without root
@test
File
- vendor/
mikey179/ vfsStream/ src/ test/ php/ org/ bovigo/ vfs/ vfsStreamWrapperWithoutRootTestCase.php, line 49
Class
Namespace
org\bovigo\vfsCode
public function canNotOpen() {
$this
->assertFalse(@fopen(vfsStream::url('foo'), 'r'));
}