Tests: added PHP test with time check in error log messages.

This commit is contained in:
Andrei Zeliankou
2020-07-28 04:53:40 +01:00
parent 355ed9697d
commit f1e445bdef
2 changed files with 29 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
<?php
error_log("Error in application");
?>