Skip to content

Commit 635ca23

Browse files
Use PHPUnit 6.0 on PHP 7.* test lines
1 parent 813708b commit 635ca23

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

Tests/DeprecationErrorHandler/default.phpt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,19 @@ require_once __DIR__.'/../../bootstrap.php';
1818

1919
@trigger_error('root deprecation', E_USER_DEPRECATED);
2020

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+
2134
class PHPUnit_Util_Test
2235
{
2336
public static function getGroups()

0 commit comments

Comments
 (0)