diff --git a/src/Bundle/ChillPersonBundle/Tests/Controller/PersonControllerUpdateTest.php b/src/Bundle/ChillPersonBundle/Tests/Controller/PersonControllerUpdateTest.php index 2d060249f..3e95967b4 100644 --- a/src/Bundle/ChillPersonBundle/Tests/Controller/PersonControllerUpdateTest.php +++ b/src/Bundle/ChillPersonBundle/Tests/Controller/PersonControllerUpdateTest.php @@ -36,18 +36,6 @@ final class PersonControllerUpdateTest extends WebTestCase private KernelBrowser $client; - /** - * @var string The url using for editing the person's information - */ - private string $editUrl; - - private ?object $em = null; - - /** - * @var string The url using for seeing the person's information - */ - private string $viewUrl; - /** * @var list> */