Skip to content

Commit

Permalink
Remove direct inclusion of TCPDF
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Čihař <michal@cihar.com>
  • Loading branch information
nijel committed Feb 22, 2016
1 parent 04a41ea commit 08277b0
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion libraries/gis/GISVisualization.php
Expand Up @@ -468,7 +468,6 @@ public function toFileAsPdf($file_name)
{
$this->init();

include_once './libraries/tcpdf/tcpdf.php';

// create pdf
$pdf = new TCPDF(
Expand Down
1 change: 0 additions & 1 deletion test/classes/gis/GISGeometrycollectionTest.php
Expand Up @@ -8,7 +8,6 @@
*/
use PMA\libraries\gis\GISGeometrycollection;

require_once 'libraries/tcpdf/tcpdf.php';

/**
* Tests for PMA\libraries\gis\GISGeometrycollection class
Expand Down
1 change: 0 additions & 1 deletion test/classes/gis/GISLinestringTest.php
Expand Up @@ -9,7 +9,6 @@
use PMA\libraries\gis\GISLinestring;

require_once 'GISGeomTest.php';
require_once 'libraries/tcpdf/tcpdf.php';

/**
* Tests for PMA\libraries\gis\GISLinestring class
Expand Down
1 change: 0 additions & 1 deletion test/classes/gis/GISMultilinestringTest.php
Expand Up @@ -9,7 +9,6 @@
use PMA\libraries\gis\GISMultilinestring;

require_once 'GISGeomTest.php';
require_once 'libraries/tcpdf/tcpdf.php';

/**
* Tests for PMA\libraries\gis\GISMultilinestring class
Expand Down
1 change: 0 additions & 1 deletion test/classes/gis/GISMultipointTest.php
Expand Up @@ -9,7 +9,6 @@
use PMA\libraries\gis\GISMultipoint;

require_once 'GISGeomTest.php';
require_once 'libraries/tcpdf/tcpdf.php';

/**
* Tests for PMA\libraries\gis\GISMultipoint class
Expand Down
1 change: 0 additions & 1 deletion test/classes/gis/GISMultipolygonTest.php
Expand Up @@ -9,7 +9,6 @@
use PMA\libraries\gis\GISMultipolygon;

require_once 'GISGeomTest.php';
require_once 'libraries/tcpdf/tcpdf.php';


/**
Expand Down
1 change: 0 additions & 1 deletion test/classes/gis/GISPointTest.php
Expand Up @@ -9,7 +9,6 @@
use PMA\libraries\gis\GISPoint;

require_once 'GISGeomTest.php';
require_once 'libraries/tcpdf/tcpdf.php';

/**
* Tests for PMA\libraries\gis\GISPoint class.
Expand Down
1 change: 0 additions & 1 deletion test/classes/gis/GISPolygonTest.php
Expand Up @@ -9,7 +9,6 @@
use PMA\libraries\gis\GISPolygon;

require_once 'GISGeomTest.php';
require_once 'libraries/tcpdf/tcpdf.php';

/**
* Tests for PMA\libraries\gis\GISPolygon class
Expand Down

0 comments on commit 08277b0

Please sign in to comment.