geometry.lib.test.php 245 B

123456789
  1. <?php
  2. class TestGeometry extends UnitTestCase {
  3. public function TestGeometry(){
  4. $this->UnitTestCase('Geometry library - main/inc/lib/geometry.lib.test.php');
  5. }
  6. //@TODO: Removed deprecated tests. Make sure to rebuild new tests here
  7. }
  8. ?>