Skip to content

Commit

Permalink
Merge pull request #578 from hydephp/develop
Browse files Browse the repository at this point in the history
Merge pull request #1350 from hydephp/update-to-pest-v2.0
  • Loading branch information
caendesilva authored Mar 22, 2023
2 parents 6958ca6 + f1a4f85 commit 7dd4ff1
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 7dd4ff1

Please sign in to comment.