for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace NW\JsonRequestBundle\Tests;
abstract class TestCase extends \PHPUnit\Framework\TestCase
{
/**
* @var \Symfony\Component\DependencyInjection\ContainerInterface
*/
protected $container;
public function setUp(): void
$this->container = Kernel::make()->getContainer();
}