Clean log files

This commit is contained in:
Laurent Destailleur
2023-05-26 14:51:51 +02:00
parent a414647c49
commit bfda645b9a
2 changed files with 3 additions and 3 deletions

View File

@@ -195,7 +195,7 @@ class CodingPhpTest extends PHPUnit\Framework\TestCase
continue;
}
print 'Check php file '.$file['fullname']."\n";
//print 'Check php file '.$file['relativename']."\n";
$filecontent=file_get_contents($file['fullname']);
if (preg_match('/\.class\.php/', $file['relativename'])