24 lines
462 B
PHP
Raw Normal View History

2025-10-16 21:07:43 +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;
2025-10-20 09:23:30 +08:00
class_alias(ServiceLocatorTestCase::class, ServiceLocatorTest::class);
2025-10-16 21:07:43 +08:00
2025-10-20 09:23:30 +08:00
if (false) {
2025-10-16 21:07:43 +08:00
/**
2025-10-20 09:23:30 +08:00
* @deprecated since PHPUnit 9.6
2025-10-16 21:07:43 +08:00
*/
2025-10-20 09:23:30 +08:00
class ServiceLocatorTest
2025-10-16 21:07:43 +08:00
{
}
}