mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-11-18 18:07:50 +00:00
apply rules rector up to php82
This commit is contained in:
@@ -28,7 +28,7 @@ final class PickCenterTypeTest extends TypeTestCase
|
||||
* Test that a user which can reach multiple center
|
||||
* make CenterType render as "entity" type.
|
||||
*/
|
||||
public function testUserCanReachMultipleCenters()
|
||||
public function testUserCanReachMultipleCenters(): never
|
||||
{
|
||||
$this->markTestSkipped();
|
||||
//prepare user
|
||||
@@ -51,7 +51,7 @@ final class PickCenterTypeTest extends TypeTestCase
|
||||
* Test that a user which can reach only one center
|
||||
* render as an hidden field.
|
||||
*/
|
||||
public function testUserCanReachMultipleSameCenter()
|
||||
public function testUserCanReachMultipleSameCenter(): never
|
||||
{
|
||||
$this->markTestSkipped();
|
||||
//prepare user
|
||||
@@ -73,7 +73,7 @@ final class PickCenterTypeTest extends TypeTestCase
|
||||
* Test that a user which can reach only one center
|
||||
* render as an hidden field.
|
||||
*/
|
||||
public function testUserCanReachSingleCenter()
|
||||
public function testUserCanReachSingleCenter(): never
|
||||
{
|
||||
$this->markTestSkipped();
|
||||
//prepare user
|
||||
|
||||
Reference in New Issue
Block a user