We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8513503 commit cc185a8Copy full SHA for cc185a8
1 file changed
tests/system/Test/FilterTestTraitTest.php
@@ -68,6 +68,7 @@ public function testCallerUsesClonedInstance(): void
68
$result = $caller();
69
70
$this->assertSame('http://hellowworld.com', $result->getBody());
71
+ $this->assertNull(Services::response()->getBody());
72
73
$this->resetServices();
74
}
0 commit comments