123456789101112131415 |
- <?php
- /**
- * Copyright © Magento, Inc. All rights reserved.
- * See COPYING.txt for license details.
- */
- namespace Magento\Framework\Api\Test\Unit;
- use Magento\Framework\Api\AbstractSimpleObject;
- /**
- * Class Stub for testing AbstractSimpleObjectBuilder class
- */
- class StubAbstractSimpleObject extends AbstractSimpleObject
- {
- }
|