Skip to content

Commit 152622a

Browse files
committed
Prevent phpunit data provider warning in latest phpunit (12.2.0)
1 parent 4b5fa49 commit 152622a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/AttributeExtensionWithDataProviderTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
class AttributeExtensionWithDataProviderTest extends TestCase
1010
{
1111
#[DataProvider('provider')]
12-
public function test_it_handles_dataproviders()
12+
public function test_it_handles_dataproviders(int $i)
1313
{
1414
$this->assertTrue(true, 'It lets the test cases run normally');
1515
}

0 commit comments

Comments
 (0)