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 115220e commit 00ff68dCopy full SHA for 00ff68d
tests/test.php
@@ -43,8 +43,6 @@ public static function run($className) {
43
$methods = $rc->GetMethods(ReflectionMethod::IS_PUBLIC);
44
45
foreach($methods as $m) {
46
- if(strtolower($m->name) != 'testserializerjson') continue;
47
-
48
$name = $m->name;
49
if(substr($name, 0, 4) !== 'test')
50
continue;
0 commit comments