hoaproject / Test

The Hoa\Test library.
https://hoa-project.net/
11 stars 10 forks source link

Bin: Do not set `HOA_PRELUDE_FILES` if empty #76

Closed Hywan closed 8 years ago

Hywan commented 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.