html2pdf mit composer hinzugefügt
This commit is contained in:
13
vendor/spipu/html2pdf/Tests/CrossVersionCompatibility/SvgDrawerTestCase.php
vendored
Normal file
13
vendor/spipu/html2pdf/Tests/CrossVersionCompatibility/SvgDrawerTestCase.php
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace Spipu\Html2Pdf\Tests\CrossVersionCompatibility;
|
||||
|
||||
if (HTML2PDF_PHPUNIT_VERSION === 9) {
|
||||
abstract class SvgDrawerTestCase extends \Spipu\Html2Pdf\Tests\CrossVersionCompatibility\PhpUnit9\SvgDrawerTestCase
|
||||
{
|
||||
}
|
||||
} else {
|
||||
abstract class SvgDrawerTestCase extends \Spipu\Html2Pdf\Tests\CrossVersionCompatibility\PhpUnit5\SvgDrawerTestCase
|
||||
{
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user