PdoTest.php 241 B

12345678910111213141516
  1. <?php
  2. /**
  3. * Copyright © Magento, Inc. All rights reserved.
  4. * See COPYING.txt for license details.
  5. */
  6. namespace Migration\TestFramework;
  7. class PdoTest extends \PDO
  8. {
  9. /**
  10. *
  11. */
  12. public function __construct()
  13. {
  14. }
  15. }