我只是想知道为什么我的一些代码不起作用:
./vendor/bin/phpunit -c tests/phpunit-no-coverage.xml tests/ --filter=Env
PHPUnit 4.8.19 by Sebastian Bergmann and contributors.
Runtime: HHVM 3.6.1
Configuration: /var/www/le-project/tests/phpunit-no-coverage.xml
Fatal error: Call to undefined function unit\Service\yaml_parse() in /var/www/le-project/tests/unit/Service/SomeTraitTest.php on line 43
然后它击中了我:我正在使用hhvm, which doesn't support yaml_parse
。
我知道我可以设置langauge设置从5.3..7:
然而,phpstorm也支持hhvm作为一种语言设置,所以它会在IDE内部警告我支持哪些功能?