mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-30 03:23:48 +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 EventControllerTest extends WebTestCase
|
||||
{
|
||||
/**
|
||||
* @doesNotPerformAssertions
|
||||
*/
|
||||
public function testSkipped(): never
|
||||
{
|
||||
$this->markTestSkipped();
|
||||
|
@@ -19,6 +19,9 @@ use Symfony\Bundle\FrameworkBundle\Test\WebTestCase;
|
||||
*/
|
||||
final class EventTypeControllerTest extends WebTestCase
|
||||
{
|
||||
/**
|
||||
* @doesNotPerformAssertions
|
||||
*/
|
||||
public function testSkipped(): never
|
||||
{
|
||||
$this->markTestSkipped();
|
||||
|
@@ -19,6 +19,9 @@ use Symfony\Bundle\FrameworkBundle\Test\WebTestCase;
|
||||
*/
|
||||
final class RoleControllerTest extends WebTestCase
|
||||
{
|
||||
/**
|
||||
* @doesNotPerformAssertions
|
||||
*/
|
||||
public function testSkipped(): never
|
||||
{
|
||||
$this->markTestSkipped();
|
||||
|
@@ -19,6 +19,9 @@ use Symfony\Bundle\FrameworkBundle\Test\WebTestCase;
|
||||
*/
|
||||
final class StatusControllerTest extends WebTestCase
|
||||
{
|
||||
/**
|
||||
* @doesNotPerformAssertions
|
||||
*/
|
||||
public function testSkipped(): never
|
||||
{
|
||||
$this->markTestSkipped();
|
||||
|
Reference in New Issue
Block a user