We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 813708b commit 635ca23Copy full SHA for 635ca23
Tests/DeprecationErrorHandler/default.phpt
@@ -18,6 +18,19 @@ require_once __DIR__.'/../../bootstrap.php';
18
19
@trigger_error('root deprecation', E_USER_DEPRECATED);
20
21
+eval(<<<'EOPHP'
22
+namespace PHPUnit\Util;
23
+
24
+class Test
25
+{
26
+ public static function getGroups()
27
+ {
28
+ return array();
29
+ }
30
+}
31
+EOPHP
32
+);
33
34
class PHPUnit_Util_Test
35
{
36
public static function getGroups()
0 commit comments