From 62e412dbd4257ba2c478656ae425bd708bdc96bc Mon Sep 17 00:00:00 2001 From: Yassine Guedidi Date: Sun, 21 Jan 2024 10:46:48 +0100 Subject: [PATCH] Rename test to better show expectation --- tests/Command/InstallCommandTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Command/InstallCommandTest.php b/tests/Command/InstallCommandTest.php index ceec39018..c1755f310 100644 --- a/tests/Command/InstallCommandTest.php +++ b/tests/Command/InstallCommandTest.php @@ -128,7 +128,7 @@ class InstallCommandTest extends WallabagTestCase $this->assertStringContainsString('Dropping database, creating database and schema, clearing the cache', $tester->getDisplay()); } - public function testRunInstallCommandWithDatabaseRemoved() + public function testRunInstallCommandWithNonExistingDatabase() { if ($this->getTestClient()->getContainer()->get(ManagerRegistry::class)->getConnection()->getDatabasePlatform() instanceof PostgreSQLPlatform) { $this->markTestSkipped('PostgreSQL spotted: can\'t find a good way to drop current database, skipping.');