mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-22 15:43:51 +00:00
DX: apply rector rules for phpunit up to 90
This commit is contained in:
@@ -348,7 +348,7 @@ abstract class AbstractExportTest extends WebTestCase
|
||||
$client->getResponse()->isSuccessful(),
|
||||
'test that the response of /fr/exports/ is successful'
|
||||
);
|
||||
$this->assertContains(
|
||||
$this->assertStringContainsString(
|
||||
$title,
|
||||
$crawler->text(),
|
||||
'test that the page /fr/exports/ contains the title of the '
|
||||
|
@@ -19,6 +19,9 @@ use Symfony\Bundle\FrameworkBundle\Test\WebTestCase;
|
||||
*/
|
||||
final class PermissionsGroupControllerTest extends WebTestCase
|
||||
{
|
||||
/**
|
||||
* @doesNotPerformAssertions
|
||||
*/
|
||||
public function testEmpty(): never
|
||||
{
|
||||
$this->markTestSkipped();
|
||||
|
@@ -38,6 +38,9 @@ final class AbstractSearchTest extends \PHPUnit\Framework\TestCase
|
||||
$this->assertEquals('01', $date->format('d'));
|
||||
}
|
||||
|
||||
/**
|
||||
* @doesNotPerformAssertions
|
||||
*/
|
||||
public function testRecompose(): never
|
||||
{
|
||||
$this->markTestSkipped();
|
||||
|
Reference in New Issue
Block a user