Skip to content

Commit 3cd3317

Browse files
committed
Keep E2E tests isolated
1 parent 5fbb2a5 commit 3cd3317

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

phpstan-baseline.neon

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -115,11 +115,6 @@ parameters:
115115
count: 1
116116
path: src/aliases.php
117117

118-
-
119-
message: "#^Class Symfony\\\\Bundle\\\\FrameworkBundle\\\\Client not found\\.$#"
120-
count: 1
121-
path: tests/End2End/End2EndTest.php
122-
123118
-
124119
message: "#^Call to method getException\\(\\) on an unknown class Symfony\\\\Component\\\\HttpKernel\\\\Event\\\\GetResponseForExceptionEvent\\.$#"
125120
count: 1

tests/End2End/TracingEnd2EndTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
class_alias(Client::class, KernelBrowser::class);
1717
}
1818

19+
/**
20+
* @runTestsInSeparateProcesses
21+
*/
1922
class TracingEnd2EndTest extends WebTestCase
2023
{
2124
public const SENT_EVENTS_LOG = '/tmp/sentry_e2e_test_sent_events.log';

0 commit comments

Comments
 (0)