mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 07:03:49 +00:00
DX: apply rector rules for phpunit up to 90
This commit is contained in:
@@ -19,6 +19,9 @@ use Symfony\Bundle\FrameworkBundle\Test\WebTestCase;
|
||||
*/
|
||||
final class ElementControllerTest extends WebTestCase
|
||||
{
|
||||
/**
|
||||
* @doesNotPerformAssertions
|
||||
*/
|
||||
public function testIndex()
|
||||
{
|
||||
$client = self::createClient();
|
||||
@@ -26,6 +29,9 @@ final class ElementControllerTest extends WebTestCase
|
||||
$crawler = $client->request('GET', '/index');
|
||||
}
|
||||
|
||||
/**
|
||||
* @doesNotPerformAssertions
|
||||
*/
|
||||
public function testList()
|
||||
{
|
||||
$client = self::createClient();
|
||||
|
Reference in New Issue
Block a user