DX: apply rector rules for phpunit up to 90

This commit is contained in:
2023-08-31 11:08:42 +02:00
parent e4e52234ad
commit b85cd1b994
22 changed files with 62 additions and 9 deletions

View File

@@ -19,6 +19,9 @@ use Symfony\Bundle\FrameworkBundle\Test\WebTestCase;
*/
final class EventControllerTest extends WebTestCase
{
/**
* @doesNotPerformAssertions
*/
public function testSkipped(): never
{
$this->markTestSkipped();

View File

@@ -19,6 +19,9 @@ use Symfony\Bundle\FrameworkBundle\Test\WebTestCase;
*/
final class EventTypeControllerTest extends WebTestCase
{
/**
* @doesNotPerformAssertions
*/
public function testSkipped(): never
{
$this->markTestSkipped();

View File

@@ -19,6 +19,9 @@ use Symfony\Bundle\FrameworkBundle\Test\WebTestCase;
*/
final class RoleControllerTest extends WebTestCase
{
/**
* @doesNotPerformAssertions
*/
public function testSkipped(): never
{
$this->markTestSkipped();

View File

@@ -19,6 +19,9 @@ use Symfony\Bundle\FrameworkBundle\Test\WebTestCase;
*/
final class StatusControllerTest extends WebTestCase
{
/**
* @doesNotPerformAssertions
*/
public function testSkipped(): never
{
$this->markTestSkipped();