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 1921cbd commit 9ee3349Copy full SHA for 9ee3349
tests/PhpWordTests/Writer/PDF/TCPDFTest.php
@@ -25,8 +25,6 @@
25
26
/**
27
* Test class for PhpOffice\PhpWord\Writer\PDF\TCPDF.
28
- *
29
- * @runTestsInSeparateProcesses
30
*/
31
class TCPDFTest extends \PHPUnit\Framework\TestCase
32
{
@@ -84,6 +82,11 @@ public function testSectionPageBreak(): void
84
82
self::assertStringContainsString('<div style="page: page2; page-break-before:always;">', $content);
85
83
}
86
+ /**
+ * @runInSeparateProcess
87
+ *
88
+ * @preserveGlobalState disabled
89
+ */
90
public function testExceptionRatherThanDie(): void
91
92
$this->expectException(Exception::class);
0 commit comments