for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace SandboxBundle\Tests\DependencyInjection;
use danrevah\SandboxBundle\DependencyInjection\Configuration;
use danrevah\SandboxBundle\EventListener\SandboxListener;
use ShortifyPunit\ShortifyPunit;
use Symfony\Bundle\FrameworkBundle\Test\WebTestCase;
class ConfigurationTest extends WebTestCase
{
// Test for code coverage, validate if there's no exceptions
public function testOnKernelController()
$configuration = new Configuration();
$configuration->getConfigTreeBuilder();
}