From d01172274d18285f4f55eb95ed06d4ca3ab17dec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Wed, 30 Aug 2023 14:37:20 +0200 Subject: [PATCH] Remove unused properties --- .../Tests/Controller/PersonControllerUpdateTest.php | 12 ------------ 1 file changed, 12 deletions(-) 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> */