File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1062,7 +1062,7 @@ public function testRouteAttributeFilterIntegration(): void
10621062 $ this ->assertStringContainsString (':after_filter_ran ' , (string ) $ output );
10631063 }
10641064
1065- public function testRouteAttributeFilterWithArgsIntegration (): void
1065+ public function testRouteAttributeFilterWithParamsIntegration (): void
10661066 {
10671067 $ _SERVER ['argv ' ] = ['index.php ' , 'attribute/filteredWithParams ' ];
10681068 $ _SERVER ['argc ' ] = 2 ;
@@ -1087,7 +1087,7 @@ public function testRouteAttributeFilterWithArgsIntegration(): void
10871087
10881088 // Verify filter ran before (modified request body) and after (appended to response)
10891089 $ this ->assertStringContainsString ('Filtered: before_filter_ran(arg1,arg2): ' , (string ) $ output );
1090- $ this ->assertStringContainsString (':(arg1,arg2)after_filter_ran ' , (string ) $ output );
1090+ $ this ->assertStringContainsString (':after_filter_ran (arg1,arg2) ' , (string ) $ output );
10911091 }
10921092
10931093 public function testRouteAttributeRestrictIntegration (): void
You can’t perform that action at this time.
0 commit comments