PHP Class org\bovigo\vfs\vfsStreamWrapperAlreadyRegisteredTestCase

Inheritance: extends PHPUnit_Framework_TestCase
Exibir arquivo Open project: mikey179/vfsstream

Public Methods

Method Description
registerOverAnotherStreamWrapper ( ) registering the stream wrapper when another stream wrapper is already registered for the vfs scheme should throw an exception
setUp ( ) set up test environment
tearDown ( ) clean up test environment

Method Details

registerOverAnotherStreamWrapper() public method

registering the stream wrapper when another stream wrapper is already registered for the vfs scheme should throw an exception

setUp() public method

set up test environment
public setUp ( )

tearDown() public method

clean up test environment
public tearDown ( )