Fix GIS unit test.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
This commit is contained in:
parent
55d5f28231
commit
e8ece53a79
@ -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(),
|
||||
)
|
||||
);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user