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 5fbb2a5 commit 3cd3317Copy full SHA for 3cd3317
phpstan-baseline.neon
@@ -115,11 +115,6 @@ parameters:
115
count: 1
116
path: src/aliases.php
117
118
- -
119
- message: "#^Class Symfony\\\\Bundle\\\\FrameworkBundle\\\\Client not found\\.$#"
120
- count: 1
121
- path: tests/End2End/End2EndTest.php
122
-
123
124
message: "#^Call to method getException\\(\\) on an unknown class Symfony\\\\Component\\\\HttpKernel\\\\Event\\\\GetResponseForExceptionEvent\\.$#"
125
tests/End2End/TracingEnd2EndTest.php
@@ -16,6 +16,9 @@
16
class_alias(Client::class, KernelBrowser::class);
17
}
18
19
+/**
20
+ * @runTestsInSeparateProcesses
21
+ */
22
class TracingEnd2EndTest extends WebTestCase
23
{
24
public const SENT_EVENTS_LOG = '/tmp/sentry_e2e_test_sent_events.log';
0 commit comments