PHP Class Gc\View\StreamTest

Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: gotcms/gotcms

Public Methods

Method Description
testRegister ( ) : void Test
testStreamEof ( ) : void Test
testStreamOpen ( ) : void Test
testStreamRead ( ) : void Test
testStreamSeekCur ( ) : void Test
testStreamSeekEnd ( ) : void Test
testStreamSeekSet ( ) : void Test
testStreamWrite ( ) : void Test

Protected Methods

Method Description
setUp ( ) : void Sets up the fixture, for example, opens a network connection.
tearDown ( ) : void Tears down the fixture, for example, closes a network connection.

Method Details

setUp() protected method

This method is called before a test is executed.
protected setUp ( ) : void
return void

tearDown() protected method

This method is called after a test is executed.
protected tearDown ( ) : void
return void

testRegister() public method

Test
public testRegister ( ) : void
return void

testStreamEof() public method

Test
public testStreamEof ( ) : void
return void

testStreamOpen() public method

Test
public testStreamOpen ( ) : void
return void

testStreamRead() public method

Test
public testStreamRead ( ) : void
return void

testStreamSeekCur() public method

Test
public testStreamSeekCur ( ) : void
return void

testStreamSeekEnd() public method

Test
public testStreamSeekEnd ( ) : void
return void

testStreamSeekSet() public method

Test
public testStreamSeekSet ( ) : void
return void

testStreamWrite() public method

Test
public testStreamWrite ( ) : void
return void