Skip to content

Commit d7272b8

Browse files
authored
Merge pull request #8137 from kenjis/test-fix-ShowTableInfoTest
[4.5] test: fix ShowTableInfoTest::testDbTableShowsDBConfig()
2 parents 4767584 + 0376f4b commit d7272b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/system/Commands/Database/ShowTableInfoTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public function testDbTable(): void
6666

6767
public function testDbTableShowsDBConfig(): void
6868
{
69-
command('db:table');
69+
command('db:table --show');
7070

7171
$result = $this->getNormalizedResult();
7272

0 commit comments

Comments
 (0)