for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Zenstruck\Messenger\Test\Tests\Fixture;
use Symfony\Bundle\FrameworkBundle\FrameworkBundle;
/**
* @author Kevin Bond <[email protected]>
*/
final class NoBundleKernel extends Kernel
{
public function registerBundles(): iterable
yield new FrameworkBundle();
}