Skip to content

Commit

Permalink
Update CLITest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
warcooft authored Jul 31, 2024
1 parent d411287 commit fe7f504
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/system/CLI/CLITest.php
Original file line number Diff line number Diff line change
Expand Up @@ -676,9 +676,9 @@ public function testPrintKeysAndValues(): void

CLI::printKeysAndValues($options);

$expected = ' [-c] Enable only config caching.' . PHP_EOL;
$expected .= ' [-l] Enable only locator caching.' . PHP_EOL;
$expected .= ' [-d] Disable config and locator caching.' . PHP_EOL;
$expected = ' [c] Enable only config caching.' . PHP_EOL;
$expected .= ' [l] Enable only locator caching.' . PHP_EOL;
$expected .= ' [d] Disable config and locator caching.' . PHP_EOL;

$this->assertSame($this->getStreamFilterBuffer(), $expected);
}
Expand Down

0 comments on commit fe7f504

Please sign in to comment.