diff --git a/plugins/ScheduledReports/config/tcpdf_config.php b/plugins/ScheduledReports/config/tcpdf_config.php index 0fd19a1232401d3c291a061056cdf35df4520870..26b33b7da72066183b125f82a1b73cd9ef66473d 100644 --- a/plugins/ScheduledReports/config/tcpdf_config.php +++ b/plugins/ScheduledReports/config/tcpdf_config.php @@ -13,7 +13,7 @@ use Piwik\Container\StaticContainer; * */ -define('K_PATH_MAIN', PIWIK_VENDOR_PATH . '/tecnick.com/tcpdf/'); +define('K_PATH_MAIN', PIWIK_VENDOR_PATH . '/tecnickcom/tcpdf/'); $pathTmpTCPDF = StaticContainer::get('path.tmp') . '/tcpdf/'; diff --git a/tests/PHPUnit/Integration/ReleaseCheckListTest.php b/tests/PHPUnit/Integration/ReleaseCheckListTest.php index b33a7c19498ddd33fdeceab95ab7bcb8ca357ff5..58970199f078e8815fc627dbded0faa80f010900 100644 --- a/tests/PHPUnit/Integration/ReleaseCheckListTest.php +++ b/tests/PHPUnit/Integration/ReleaseCheckListTest.php @@ -528,35 +528,35 @@ class ReleaseCheckListTest extends \PHPUnit_Framework_TestCase 'vendor/mnapoli/php-di/website', 'vendor/mnapoli/php-di/news', 'vendor/mnapoli/php-di/doc', - 'vendor/tecnick.com/tcpdf/examples', - 'vendor/tecnick.com/tcpdf/CHANGELOG.txt', + 'vendor/tecnickcom/tcpdf/examples', + 'vendor/tecnickcom/tcpdf/CHANGELOG.txt', 'vendor/guzzle/guzzle/docs/', // deleted fonts folders - 'vendor/tecnick.com/tcpdf/fonts/ae_fonts_2.0', - 'vendor/tecnick.com/tcpdf/fonts/dejavu-fonts-ttf-2.33', - 'vendor/tecnick.com/tcpdf/fonts/dejavu-fonts-ttf-2.34', - 'vendor/tecnick.com/tcpdf/fonts/freefont-20100919', - 'vendor/tecnick.com/tcpdf/fonts/freefont-20120503', + 'vendor/tecnickcom/tcpdf/fonts/ae_fonts_2.0', + 'vendor/tecnickcom/tcpdf/fonts/dejavu-fonts-ttf-2.33', + 'vendor/tecnickcom/tcpdf/fonts/dejavu-fonts-ttf-2.34', + 'vendor/tecnickcom/tcpdf/fonts/freefont-20100919', + 'vendor/tecnickcom/tcpdf/fonts/freefont-20120503', // In the package script, there is a trailing * so any font matching will be deleted - 'vendor/tecnick.com/tcpdf/fonts/freemon', - 'vendor/tecnick.com/tcpdf/fonts/cid', - 'vendor/tecnick.com/tcpdf/fonts/courier', - 'vendor/tecnick.com/tcpdf/fonts/aefurat', - 'vendor/tecnick.com/tcpdf/fonts/dejavusansb', - 'vendor/tecnick.com/tcpdf/fonts/dejavusansi', - 'vendor/tecnick.com/tcpdf/fonts/dejavusansmono', - 'vendor/tecnick.com/tcpdf/fonts/dejavusanscondensed', - 'vendor/tecnick.com/tcpdf/fonts/dejavusansextralight', - 'vendor/tecnick.com/tcpdf/fonts/dejavuserif', - 'vendor/tecnick.com/tcpdf/fonts/freesansi', - 'vendor/tecnick.com/tcpdf/fonts/freesansb', - 'vendor/tecnick.com/tcpdf/fonts/freeserifb', - 'vendor/tecnick.com/tcpdf/fonts/freeserifi', - 'vendor/tecnick.com/tcpdf/fonts/pdf', - 'vendor/tecnick.com/tcpdf/fonts/times', - 'vendor/tecnick.com/tcpdf/fonts/uni2cid', + 'vendor/tecnickcom/tcpdf/fonts/freemon', + 'vendor/tecnickcom/tcpdf/fonts/cid', + 'vendor/tecnickcom/tcpdf/fonts/courier', + 'vendor/tecnickcom/tcpdf/fonts/aefurat', + 'vendor/tecnickcom/tcpdf/fonts/dejavusansb', + 'vendor/tecnickcom/tcpdf/fonts/dejavusansi', + 'vendor/tecnickcom/tcpdf/fonts/dejavusansmono', + 'vendor/tecnickcom/tcpdf/fonts/dejavusanscondensed', + 'vendor/tecnickcom/tcpdf/fonts/dejavusansextralight', + 'vendor/tecnickcom/tcpdf/fonts/dejavuserif', + 'vendor/tecnickcom/tcpdf/fonts/freesansi', + 'vendor/tecnickcom/tcpdf/fonts/freesansb', + 'vendor/tecnickcom/tcpdf/fonts/freeserifb', + 'vendor/tecnickcom/tcpdf/fonts/freeserifi', + 'vendor/tecnickcom/tcpdf/fonts/pdf', + 'vendor/tecnickcom/tcpdf/fonts/times', + 'vendor/tecnickcom/tcpdf/fonts/uni2cid', ); return $this->isFilePathFoundInArray($file, $filesDeletedFromPackage);