Location\BoundsTest::setUp PHP Method

setUp() protected method

This method is called before a test is executed.
protected setUp ( )
    protected function setUp()
    {
        $this->object = new Bounds(new Coordinate(50, 10), new Coordinate(30, 30));
    }