for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
declare(strict_types=1);
/*
* This file is part of the PerformanceExtension package.
*
* (c) Kamil Kokot <[email protected]>
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace FriendsOfBehat\PerformanceExtension\ServiceContainer;
use Behat\Testwork\ServiceContainer\Extension;
use Behat\Testwork\ServiceContainer\ExtensionManager;
use Symfony\Component\Config\Definition\Builder\ArrayNodeDefinition;
use Symfony\Component\DependencyInjection\ContainerBuilder;
final class PerformanceExtension implements Extension
{
/**
* {@inheritdoc}
public function getConfigKey(): string
return 'fob_performance';
}
public function initialize(ExtensionManager $extensionManager)
public function configure(ArrayNodeDefinition $builder)
public function load(ContainerBuilder $container, array $config)
public function process(ContainerBuilder $container)