Skip to content

Commit 3df9e7e

Browse files
loks0nclaude
andcommitted
Apply rector to HttpTest
assertEquals -> assertSame in testSubrequestRestoresOuterRoute. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent b58bfab commit 3df9e7e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/HttpTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -738,7 +738,7 @@ public function testSubrequestRestoresOuterRoute(): void
738738

739739
// Inner's shutdown fires first (with inner route), then outer's
740740
// shutdown — which must see the outer route, not the inner one.
741-
$this->assertEquals(['/inner', '/outer'], $captured);
741+
$this->assertSame(['/inner', '/outer'], $captured);
742742
}
743743

744744
public function testWildcardRoute(): void

0 commit comments

Comments
 (0)