Skip to content

Commit

Permalink
Fix failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lonnieezell committed Apr 21, 2020
1 parent fa559ad commit 549f3f7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/system/CLI/CLITest.php
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ public function tableProvider()
[],
"+---+-----+\n" .
"| 1 | bar |\n" .
"+---+-----+\n",
"+---+-----+\n\n",
],
[
$one_row,
Expand All @@ -376,7 +376,7 @@ public function tableProvider()
"| ID | Title |\n" .
"+----+-------+\n" .
"| 1 | bar |\n" .
"+----+-------+\n",
"+----+-------+\n\n",
],
[
$many_rows,
Expand All @@ -385,7 +385,7 @@ public function tableProvider()
"| 1 | bar |\n" .
"| 2 | bar * 2 |\n" .
"| 3 | bar + bar + bar |\n" .
"+---+-----------------+\n",
"+---+-----------------+\n\n",
],
[
$many_rows,
Expand All @@ -396,7 +396,7 @@ public function tableProvider()
"| 1 | bar |\n" .
"| 2 | bar * 2 |\n" .
"| 3 | bar + bar + bar |\n" .
"+----+-----------------+\n",
"+----+-----------------+\n\n",
],
];
}
Expand Down

0 comments on commit 549f3f7

Please sign in to comment.