Closed Hywan closed 8 years ago
Fix #75.
Having an empty HOA_PRELUDE_FILES environment variable is filtered by PHP, but not by HHVM. So .autoloader.atoum.php will try to load a file named '', which is incorrect.
HOA_PRELUDE_FILES
.autoloader.atoum.php
''
Fix #75.
Having an empty
HOA_PRELUDE_FILES
environment variable is filtered by PHP, but not by HHVM. So.autoloader.atoum.php
will try to load a file named''
, which is incorrect.