PagePdfForTests.php 388 B

123456789101112131415161718192021
  1. <?php
  2. /*
  3. * This file is part of Chrome PHP.
  4. *
  5. * (c) Soufiane Ghzal <sghzal@gmail.com>
  6. *
  7. * For the full copyright and license information, please view the LICENSE
  8. * file that was distributed with this source code.
  9. */
  10. namespace HeadlessChromium\Test;
  11. use HeadlessChromium\PageUtils\PagePdf;
  12. class PagePdfForTests extends PagePdf
  13. {
  14. public function __construct()
  15. {
  16. }
  17. }