Skip to content

Commit

Permalink
test: update existing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjis committed Oct 17, 2023
1 parent d49ab26 commit 6c4d18e
Show file tree
Hide file tree
Showing 5 changed files with 74 additions and 74 deletions.
2 changes: 1 addition & 1 deletion tests/system/Commands/FilterCheckTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public function testFilterCheckDefinedRoute(): void
command('filter:check get /');

$this->assertStringContainsString(
'|GET|/||toolbar|',
'|GET|/|||',
str_replace(' ', '', $this->getBuffer())
);
}
Expand Down
Loading

0 comments on commit 6c4d18e

Please sign in to comment.