-
-
Save prolic/cd32a2469eda74bb005c to your computer and use it in GitHub Desktop.
amqp seg fault
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git clone https://github.com/prolic/HumusAmqp | |
cd HumusAmqp | |
composer install | |
php -dzend_extension=xdebug.so ./vendor/bin/phpunit --coverage-html=html | |
// output | |
PHPUnit 5.2.10 by Sebastian Bergmann and contributors. | |
Runtime: PHP 7.0.3 with Xdebug 2.4.0 | |
Configuration: /home/sasa/test/HumusAmqp/phpunit.xml.dist | |
..................................[1] 5046 segmentation fault (core dumped) php -dzend_extension=xdebug.so ./vendor/bin/phpunit --coverage-html=html |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment