File manager - Edit - /var/www/payraty/helpdesk/vendor/rector/rector/vendor/symplify/easy-testing/config/config.php
Back
<?php declare (strict_types=1); namespace RectorPrefix202208; use RectorPrefix202208\Symfony\Component\Console\Application; use RectorPrefix202208\Symfony\Component\DependencyInjection\Loader\Configurator\ContainerConfigurator; use RectorPrefix202208\Symplify\EasyTesting\Command\ValidateFixtureSkipNamingCommand; use function RectorPrefix202208\Symfony\Component\DependencyInjection\Loader\Configurator\service; return static function (ContainerConfigurator $containerConfigurator) : void { $services = $containerConfigurator->services(); $services->defaults()->public()->autowire(); $services->load('RectorPrefix202208\Symplify\\EasyTesting\\', __DIR__ . '/../src')->exclude([__DIR__ . '/../src/DataProvider', __DIR__ . '/../src/Kernel', __DIR__ . '/../src/ValueObject']); // console $services->set(Application::class)->call('add', [service(ValidateFixtureSkipNamingCommand::class)]); };
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings