Skip to content

Commit

Permalink
Merge pull request #8137 from kenjis/test-fix-ShowTableInfoTest
Browse files Browse the repository at this point in the history
[4.5] test: fix ShowTableInfoTest::testDbTableShowsDBConfig()
  • Loading branch information
kenjis authored Nov 5, 2023
2 parents 4767584 + 0376f4b commit d7272b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/system/Commands/Database/ShowTableInfoTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public function testDbTable(): void

public function testDbTableShowsDBConfig(): void
{
command('db:table');
command('db:table --show');

$result = $this->getNormalizedResult();

Expand Down

0 comments on commit d7272b8

Please sign in to comment.