From 3c6b21be3b14c6799ec8b6802b0d0dba311d0993 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Tue, 20 Apr 2021 17:21:39 +0200 Subject: [PATCH] fix some tests in main bundle --- .../ChillMainBundle/Test/PrepareClientTrait.php | 2 +- .../Tests/Controller/DefaultControllerTest.php | 13 ------------- 2 files changed, 1 insertion(+), 14 deletions(-) delete mode 100644 src/Bundle/ChillMainBundle/Tests/Controller/DefaultControllerTest.php diff --git a/src/Bundle/ChillMainBundle/Test/PrepareClientTrait.php b/src/Bundle/ChillMainBundle/Test/PrepareClientTrait.php index 741f0373b..0ae7c235a 100644 --- a/src/Bundle/ChillMainBundle/Test/PrepareClientTrait.php +++ b/src/Bundle/ChillMainBundle/Test/PrepareClientTrait.php @@ -34,7 +34,7 @@ trait PrepareClientTrait * @return \Symfony\Component\BrowserKit\Client * @throws \LogicException */ - public function getClient( + public function getClientAuthenticated( $username = 'center a_social', $password = 'password' ) { diff --git a/src/Bundle/ChillMainBundle/Tests/Controller/DefaultControllerTest.php b/src/Bundle/ChillMainBundle/Tests/Controller/DefaultControllerTest.php deleted file mode 100644 index 69e7f4e47..000000000 --- a/src/Bundle/ChillMainBundle/Tests/Controller/DefaultControllerTest.php +++ /dev/null @@ -1,13 +0,0 @@ -