Skip to content

Commit cc185a8

Browse files
committed
test: add assertion
1 parent 8513503 commit cc185a8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/system/Test/FilterTestTraitTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ public function testCallerUsesClonedInstance(): void
6868
$result = $caller();
6969

7070
$this->assertSame('http://hellowworld.com', $result->getBody());
71+
$this->assertNull(Services::response()->getBody());
7172

7273
$this->resetServices();
7374
}

0 commit comments

Comments
 (0)