Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 00ff68d

Browse files
Remove debug line
1 parent 115220e commit 00ff68d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/test.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,6 @@ public static function run($className) {
4343
$methods = $rc->GetMethods(ReflectionMethod::IS_PUBLIC);
4444

4545
foreach($methods as $m) {
46-
if(strtolower($m->name) != 'testserializerjson') continue;
47-
4846
$name = $m->name;
4947
if(substr($name, 0, 4) !== 'test')
5048
continue;

0 commit comments

Comments
 (0)