ExceptionFormatterTestCase.php 409 B

12345678910111213141516171819
  1. <?php
  2. /**
  3. * Html2Pdf Library - Tests
  4. *
  5. * HTML => PDF converter
  6. * distributed under the OSL-3.0 License
  7. *
  8. * @package Html2pdf
  9. * @author Laurent MINGUET <webmaster@html2pdf.fr>
  10. * @copyright 2023 Laurent MINGUET
  11. */
  12. namespace Spipu\Html2Pdf\Tests\CrossVersionCompatibility\PhpUnit5;
  13. use PHPUnit_Framework_TestCase;
  14. abstract class ExceptionFormatterTestCase extends PHPUnit_Framework_TestCase
  15. {
  16. }