| 12345678910111213141516171819 |
- <?php
- /**
- * Html2Pdf Library - Tests
- *
- * HTML => PDF converter
- * distributed under the OSL-3.0 License
- *
- * @package Html2pdf
- * @author Laurent MINGUET <webmaster@html2pdf.fr>
- * @copyright 2023 Laurent MINGUET
- */
- namespace Spipu\Html2Pdf\Tests\CrossVersionCompatibility\PhpUnit5;
- use PHPUnit_Framework_TestCase;
- abstract class ExceptionFormatterTestCase extends PHPUnit_Framework_TestCase
- {
- }
|