PHP Class FlightTest

Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: mikecao/flight

Public Methods

Method Description
setUp ( )
testDefaultComponents ( ) Checks that default components are loaded
testGetAndSet ( ) Test get/set of variables
testMap ( ) Map a function
testRegister ( ) Register a class
testUnmapped ( ) Unmapped method

Method Details

setUp() public method

public setUp ( )

testDefaultComponents() public method

Checks that default components are loaded

testGetAndSet() public method

Test get/set of variables
public testGetAndSet ( )

testMap() public method

Map a function
public testMap ( )

testRegister() public method

Register a class
public testRegister ( )

testUnmapped() public method

Unmapped method
public testUnmapped ( )