TestAssetInterface.php 192 B

12345678910
  1. <?php
  2. /**
  3. * Copyright © Magento, Inc. All rights reserved.
  4. * See COPYING.txt for license details.
  5. */
  6. namespace Magento\Framework\ObjectManager\TestAsset;
  7. interface TestAssetInterface
  8. {
  9. }