mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 14:43: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 ThirdPartyControllerTest extends WebTestCase
|
||||
{
|
||||
/**
|
||||
* @doesNotPerformAssertions
|
||||
*/
|
||||
public function testIndex()
|
||||
{
|
||||
$client = self::createClient();
|
||||
@@ -26,6 +29,9 @@ final class ThirdPartyControllerTest extends WebTestCase
|
||||
$crawler = $client->request('GET', '/index');
|
||||
}
|
||||
|
||||
/**
|
||||
* @doesNotPerformAssertions
|
||||
*/
|
||||
public function testNew()
|
||||
{
|
||||
$client = self::createClient();
|
||||
@@ -33,6 +39,9 @@ final class ThirdPartyControllerTest extends WebTestCase
|
||||
$crawler = $client->request('GET', '/new');
|
||||
}
|
||||
|
||||
/**
|
||||
* @doesNotPerformAssertions
|
||||
*/
|
||||
public function testUpdate()
|
||||
{
|
||||
$client = self::createClient();
|
||||
|
Reference in New Issue
Block a user