public function vfsStreamWrapperTestCase::setRootReturnsRoot in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/mikey179/vfsStream/src/test/php/org/bovigo/vfs/vfsStreamWrapperTestCase.php \org\bovigo\vfs\vfsStreamWrapperTestCase::setRootReturnsRoot()
@test @since 0.11.0
File
- vendor/
mikey179/ vfsStream/ src/ test/ php/ org/ bovigo/ vfs/ vfsStreamWrapperTestCase.php, line 35
Class
Namespace
org\bovigo\vfsCode
public function setRootReturnsRoot() {
vfsStreamWrapper::register();
$root = vfsStream::newDirectory('root');
$this
->assertSame($root, vfsStreamWrapper::setRoot($root));
}