8000 [CI][Tests] Use static dataProvider · symfony/ux-cropperjs@cab6a2c · GitHub
[go: up one dir, main page]

Skip to content

Commit cab6a2c

Browse files
committed
[CI][Tests] Use static dataProvider
Prepare PhpUnit 10
1 parent b675a1f commit cab6a2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/CropperjsBundleTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
*/
2525
class CropperjsBundleTest extends TestCase
2626
{
27-
public function provideKernels()
27+
public static function provideKernels()
2828
{
2929
yield 'empty' => [new EmptyAppKernel('test', true)];
3030
yield 'framework' => [new FrameworkAppKernel('test', true)];

0 commit comments

Comments
 (0)
0