Unit tests should run with E_ALL so we can detect all errors. Fix dozens of errors that popped up after enabling all errors.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<?php
|
||||
|
||||
define(ERROR_SQL, "sql_error");
|
||||
define(ERROR_GENERAL, "general_error");
|
||||
define("ERROR_SQL", "sql_error");
|
||||
define("ERROR_GENERAL", "general_error");
|
||||
|
||||
class error_log
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user