for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace App\Tests\Functional;
use Symfony\Bundle\FrameworkBundle\Test\WebTestCase;
class ArtprimaQueryFilterBundleTest extends WebTestCase
{
public function testSearchProductsActionSuccess()
$client = static::createClient();
$client
self::assertTrue(true); // @TODO: implement me
}