summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorVitor Mattos <vitor@php.rio>2023-02-28 20:23:37 -0300
committerVitor Mattos <vitor@php.rio>2023-02-28 20:23:37 -0300
commit14d0f3ee8e29b12558351eb4b3bc20996ae96002 (patch)
tree21374059097547dddf147802ba876aed43ea9dd7 /tests
parent22cdc4e88c3049dc8126b06c6d87ef774eb325b9 (diff)
Remove unecessary request to mock server
Signed-off-by: Vitor Mattos <vitor@php.rio>
Diffstat (limited to 'tests')
-rw-r--r--tests/integration/features/bootstrap/RecordingTrait.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/integration/features/bootstrap/RecordingTrait.php b/tests/integration/features/bootstrap/RecordingTrait.php
index 4dbd813c9..12527b9b5 100644
--- a/tests/integration/features/bootstrap/RecordingTrait.php
+++ b/tests/integration/features/bootstrap/RecordingTrait.php
@@ -148,9 +148,6 @@ trait RecordingTrait {
return;
}
- // Get received requests to clear them.
- $this->getRecordingServerReceivedRequests();
-
exec('kill ' . $this->recordingServerPid);
exec('kill ' . $this->signalingServerPid);