Fixes unit test after changes in [549].
[akelos.git] / config / environments / development.php
blob641ccd7c37fca3e0de960e7e78cd6d80de2750ca
1 <?php
3 // Define constants that are used only on a development environment
4 // See file boot.php for more info
6 @ini_set('display_errors', 1);
8 define('AK_ENABLE_STRICT_XHTML_VALIDATION', false); // At least until the validator is fully tested