for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace App\Tests\Functional\Controller;
class SearchControllerTest extends AbstractController
{
public function testSearch()
$this->restRequest('/api/search?q=а');
}