org\bovigo\vfs\vfsStreamWrapperAlreadyRegisteredTestCase::registerOverAnotherStreamWrapper PHP Méthode

registerOverAnotherStreamWrapper() public méthode

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