Skip to content

Commit e60e65c

Browse files
committed
Add deletion test
Signed-off-by: Michal Čihař <[email protected]>
1 parent a465755 commit e60e65c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/ShapeFileTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,9 @@ public function testShapeSaveLoad($type, $points)
282282
);
283283
}
284284
}
285+
286+
/* Test deletion works */
287+
$record->deletePoint();
285288
}
286289

287290
/**

0 commit comments

Comments
 (0)