org\bovigo\vfs\vfsStreamWrapperAlreadyRegisteredTestCase::registerOverAnotherStreamWrapper PHP 메소드

registerOverAnotherStreamWrapper() 공개 메소드

registering the stream wrapper when another stream wrapper is already registered for the vfs scheme should throw an exception
    public function registerOverAnotherStreamWrapper()
    {
        vfsStreamWrapper::register();
    }
vfsStreamWrapperAlreadyRegisteredTestCase