Skip to content

Commit 14dad2a

Browse files
phpfuialek13
authored andcommitted
Fix warnings for PHPUnit
1 parent dfc9d86 commit 14dad2a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

tests/BlockElementUnitTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public function testFactoryWithArray($type, $class)
1818
$this->assertInstanceOf($class, $element);
1919
}
2020

21-
public function factoryArrayProvider()
21+
public static function factoryArrayProvider()
2222
{
2323
return [
2424
['button', BlockElement\Button::class],

tests/TestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
/**
77
* Extended TestCase for common functionality.
88
*/
9-
abstract class TestCase extends PhpUnitTestCase
9+
class TestCase extends PhpUnitTestCase
1010
{
1111
}

0 commit comments

Comments
 (0)