Skip to content

Commit

Permalink
Merge pull request #1350 from hydephp/update-to-pest-v2.0
Browse files Browse the repository at this point in the history
Update to PestPHP v2.0 hydephp/develop@06fce0f
  • Loading branch information
github-actions committed Mar 22, 2023
1 parent 67da9b2 commit f1a4f85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Feature/Services/ValidationServiceTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ class ValidationServiceTest extends TestCase
{
protected ValidationService $service;

public function __construct()
protected function setUp(): void
{
parent::__construct();
parent::setUp();

$this->service = new ValidationService();
}
Expand Down

0 comments on commit f1a4f85

Please sign in to comment.