mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-26 02:51:04 +00:00
Rename test to better show expectation
This commit is contained in:
parent
221ddc8ba0
commit
62e412dbd4
1 changed files with 1 additions and 1 deletions
|
@ -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.');
|
||||
|
|
Loading…
Reference in a new issue