Skip to content

Commit 6d4253e

Browse files
committed
fix http error already sent in tests
1 parent 92cc519 commit 6d4253e

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

tests/Features/ViewTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
class ViewTest extends TestCase
1111
{
1212
/**
13+
* @runInSeparateProcess
1314
* @throws Throwable
1415
*/
1516
public function test_with_the_sample_view()
@@ -28,6 +29,7 @@ public function test_with_the_sample_view()
2829
}
2930

3031
/**
32+
* @runInSeparateProcess
3133
* @throws Throwable
3234
*/
3335
public function test_with_the_sample_view_and_status_201_and_headers()

tests/Units/HttpPublisherTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ public function test_publish_a_array_response()
5858
}
5959

6060
/**
61+
* @runInSeparateProcess
6162
* @throws Throwable
6263
*/
6364
public function test_publish_a_standard_response()

0 commit comments

Comments
 (0)