| Current Path : /home/rtorresani/www/vendor/magento/framework/ObjectManager/Test/Unit/_files/ |
| Current File : //home/rtorresani/www/vendor/magento/framework/ObjectManager/Test/Unit/_files/logger_classes.php |
<?php
/***
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
declare(strict_types=1);
//@codingStandardsIgnoreStart
namespace Magento\Test\Di {
/**
* Test classes used for \Magento\Framework\ObjectManager\Test\Unit\Profiler\FactoryDecoratorTest
*/
class WrappedClass
{
}
}
namespace Magento\Test\Di\WrappedClass {
class Logger
{
}
}
//@codingStandardsIgnoreEnd