Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Jun 24, 2024
1 parent fdd39bd commit 4ec9781
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/SearchByNameTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ class SearchByNameTest extends BaseTest
{
/**
* @dataProvider invalidNameDataProvider
*
* @test
*/
public function invalidName(string $name)
Expand All @@ -30,6 +31,7 @@ public function invalidNameDataProvider()

/**
* @dataProvider invalidCountryDataProvider
*
* @test
*/
public function invalidCountry(string $name, string $country)
Expand Down

0 comments on commit 4ec9781

Please sign in to comment.