We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92cc519 commit 6d4253eCopy full SHA for 6d4253e
tests/Features/ViewTest.php
@@ -10,6 +10,7 @@
10
class ViewTest extends TestCase
11
{
12
/**
13
+ * @runInSeparateProcess
14
* @throws Throwable
15
*/
16
public function test_with_the_sample_view()
@@ -28,6 +29,7 @@ public function test_with_the_sample_view()
28
29
}
30
31
32
33
34
35
public function test_with_the_sample_view_and_status_201_and_headers()
tests/Units/HttpPublisherTest.php
@@ -58,6 +58,7 @@ public function test_publish_a_array_response()
58
59
60
61
62
63
64
public function test_publish_a_standard_response()
0 commit comments