Skip to content

Commit de980df

Browse files
committed
AC-6945::dataProviderIsEnum() is not static
1 parent a5a1bce commit de980df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/Unit/ClassHierarchy/EntityTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -584,7 +584,7 @@ public static function dataProviderIsTrait()
584584
*
585585
* @return array
586586
*/
587-
public function dataProviderIsEnum()
587+
public static function dataProviderIsEnum()
588588
{
589589
return [
590590
'entity-is-class-returns-false' => [

0 commit comments

Comments
 (0)