diff --git a/tests/system/Commands/Utilities/Routes/FilterFinderTest.php b/tests/system/Commands/Utilities/Routes/FilterFinderTest.php index 09877c279c73..c59c9b9aee8e 100644 --- a/tests/system/Commands/Utilities/Routes/FilterFinderTest.php +++ b/tests/system/Commands/Utilities/Routes/FilterFinderTest.php @@ -183,7 +183,7 @@ public function testFindGlobalsAndRouteMultipleFilters(): void $expected = [ 'before' => ['csrf', 'honeypot', InvalidChars::class], - 'after' => ['honeypot', InvalidChars::class, 'toolbar'], + 'after' => [InvalidChars::class, 'honeypot', 'toolbar'], ]; $this->assertSame($expected, $filters); }