mirror of
https://github.com/composer/composer
synced 2025-05-08 16:17:37 +00:00
Use HHVM_VERSION instead of HPHP_VERSION
This commit is contained in:
parent
33ea86573e
commit
cb1ea889d6
2 changed files with 2 additions and 2 deletions
|
@ -74,7 +74,7 @@ class ClassMapGeneratorTest extends \PHPUnit_Framework_TestCase
|
|||
'Foo\\CBar' => __DIR__.'/Fixtures/php5.4/traits.php',
|
||||
));
|
||||
}
|
||||
if (defined('HPHP_VERSION') && version_compare(HPHP_VERSION, '3.3', '>=')) {
|
||||
if (defined('HHVM_VERSION') && version_compare(HHVM_VERSION, '3.3', '>=')) {
|
||||
$data[] = array(__DIR__.'/Fixtures/hhvm3.3', array(
|
||||
'FooEnum' => __DIR__.'/Fixtures/hhvm3.3/HackEnum.php',
|
||||
'Foo\BarEnum' => __DIR__.'/Fixtures/hhvm3.3/NamespacedHackEnum.php',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue