AbstractConfigTesting.php 329 B

1234567891011121314151617
  1. <?php
  2. /**
  3. * Copyright © Magento, Inc. All rights reserved.
  4. * See COPYING.txt for license details.
  5. */
  6. namespace Magento\Paypal\Test\Unit\Model;
  7. use \Magento\Paypal\Model\AbstractConfig;
  8. /**
  9. * Class AbstractConfigTesting
  10. * @package Magento\Paypal\Test\Unit\Model
  11. */
  12. class AbstractConfigTesting extends AbstractConfig
  13. {
  14. }