diff --git a/unit_tests/php/EmailTest.php b/unit_tests/php/EmailTest.php index 7943b9b..1861c43 100644 --- a/unit_tests/php/EmailTest.php +++ b/unit_tests/php/EmailTest.php @@ -3,6 +3,7 @@ use PHPUnit\Framework\TestCase; define('DIR_BASE', $_ENV['DIR_BASE']); +define('MAX_EMAIL_LEN', 41); include_once(DIR_BASE . "system/model.php"); include_once(DIR_BASE . "model/search/search.php");