Файловый менеджер - Редактировать - /home/avadvi5/calendar.aeronextgen.com/davis/vendor/symfony/phpunit-bridge/Legacy/CommandForV9.php
Ðазад
<?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\Bridge\PhpUnit\Legacy; use PHPUnit\TextUI\Command as BaseCommand; use PHPUnit\TextUI\Configuration\Configuration as LegacyConfiguration; use PHPUnit\TextUI\Configuration\Registry; use PHPUnit\TextUI\TestRunner as BaseRunner; use PHPUnit\TextUI\XmlConfiguration\Configuration; use PHPUnit\TextUI\XmlConfiguration\Loader; use Symfony\Bridge\PhpUnit\SymfonyTestsListener; /** * @internal */ class CommandForV9 extends BaseCommand { protected function createRunner(): BaseRunner { $this->arguments['listeners'] ?? $this->arguments['listeners'] = []; $registeredLocally = false; foreach ($this->arguments['listeners'] as $registeredListener) { if ($registeredListener instanceof SymfonyTestsListener) { $registeredListener->globalListenerDisabled(); $registeredLocally = true; break; } } if (isset($this->arguments['configuration'])) { $configuration = $this->arguments['configuration']; if (!class_exists(Configuration::class) && !$configuration instanceof LegacyConfiguration) { $configuration = Registry::getInstance()->get($this->arguments['configuration']); } elseif (class_exists(Configuration::class) && !$configuration instanceof Configuration) { $configuration = (new Loader())->load($this->arguments['configuration']); } foreach ($configuration->listeners() as $registeredListener) { if ('Symfony\Bridge\PhpUnit\SymfonyTestsListener' === ltrim($registeredListener->className(), '\\')) { $registeredLocally = true; break; } } } if (!$registeredLocally) { $this->arguments['listeners'][] = new SymfonyTestsListener(); } return parent::createRunner(); } }
| ver. 1.1 | |
.
| PHP 8.3.30 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка