Skip to content

Commit

Permalink
Fix controller tests reset
Browse files Browse the repository at this point in the history
  • Loading branch information
trasher committed Mar 20, 2023
1 parent e28b9eb commit 5bc1f8f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions phpunit/Galette/Controllers/tests/units/PdfController.php
Expand Up @@ -99,6 +99,12 @@ public function tearDown(): void
$this->cleanHistory();
}

public static function tearDownAfterClass(): void
{
$self = new self(__METHOD__);
$self->tearDown();
}

/**
* Test store models
*
Expand Down

0 comments on commit 5bc1f8f

Please sign in to comment.