Skip to content

Commit

Permalink
Add @runInSeparateProcess
Browse files Browse the repository at this point in the history
  • Loading branch information
nanasess committed Oct 9, 2024
1 parent 8fc3883 commit efe6ab3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/class/SC_FpdfTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ protected function setUp(): void
parent::setUp();
}

/**
* @runInSeparateProcess
* @preserveGlobalState disabled
*/
public function test正しいMediaBox情報が出力される()
{
$order_id = $this->objGenerator->createOrder(0, []);
Expand Down

0 comments on commit efe6ab3

Please sign in to comment.