PHP Class Location\BoundsTest

Inheritance: extends PHPUnit_Framework_TestCase
Datei anzeigen Open project: mjaschen/phpgeo

Protected Properties

Property Type Description
$object Bounds

Public Methods

Method Description
testGetCenter ( )
testGetEast ( )
testGetNortWest ( )
testGetNorth ( )
testGetSouth ( )
testGetSouthEast ( )
testGetWest ( )

Protected Methods

Method Description
setUp ( ) Sets up the fixture, for example, opens a network connection.
tearDown ( ) 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 ( )

tearDown() protected method

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

testGetCenter() public method

public testGetCenter ( )

testGetEast() public method

public testGetEast ( )

testGetNortWest() public method

public testGetNortWest ( )

testGetNorth() public method

public testGetNorth ( )

testGetSouth() public method

public testGetSouth ( )

testGetSouthEast() public method

public testGetSouthEast ( )

testGetWest() public method

public testGetWest ( )

Property Details

$object protected_oe property

protected Bounds,Location $object
return Bounds