Fix GIS unit test.

Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
This commit is contained in:
Hugues Peccatte 2015-09-12 23:01:06 +02:00
parent 55d5f28231
commit e8ece53a79

View File

@ -8,6 +8,8 @@
*/
use PMA\libraries\gis\GISGeometrycollection;
require_once 'libraries/tcpdf/tcpdf.php';
/**
* Tests for PMA\libraries\gis\GISGeometrycollection class
*
@ -264,7 +266,7 @@ class PMA_GIS_GeometryCollectionTest extends PHPUnit_Framework_TestCase
'scale' => 2,
'height' => 150
),
new TCPDF(),
new \TCPDF(),
)
);
}