erp_old/vendor/symfony/service-contracts/Test/ServiceLocatorTest.php

24 lines
462 B
PHP
Raw Normal View History

2024-05-07 16:45:39 +08:00
<?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Contracts\Service\Test;
2024-05-07 18:19:31 +08:00
class_alias(ServiceLocatorTestCase::class, ServiceLocatorTest::class);
2024-05-07 16:45:39 +08:00
2024-05-07 18:19:31 +08:00
if (false) {
2024-05-07 16:45:39 +08:00
/**
2024-05-07 18:19:31 +08:00
* @deprecated since PHPUnit 9.6
2024-05-07 16:45:39 +08:00
*/
2024-05-07 18:19:31 +08:00
class ServiceLocatorTest
2024-05-07 16:45:39 +08:00
{
}
}