Fix 'PHP Deprecated: strtolower(): Passing null' warning

This commit is contained in:
Pavlo Yatsukhnenko
2021-12-07 09:30:54 +02:00
parent 04fd44be8b
commit f08e4f02db

View File

@@ -222,7 +222,6 @@ class TestSuite
private static function getMaxTestLen($arr_methods, $str_limit) {
$i_result = 0;
$str_limit = strtolower($str_limit);
foreach ($arr_methods as $obj_method) {
$str_name = strtolower($obj_method->name);