public function testLineStringFromArraysGetPoints()
    {
        $expected = array(
            new Point(0, 0),
            new Point(1, 1),