We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
\Phalcon\Loader not work in master version and cause segmentation fault. So any web applications not working (ex. invo / website) now.
And LoaderTest.php not added in phpunit.xml , so not traced in travis-CI .
Running phpunit manually:
racklin-debian :: ~/workspace/cphalcon » php unit-tests/ phpunit unit-tests/DispatcherTest.php 139 ↵ PHPUnit 3.6.12 by Sebastian Bergmann. . Time: 0 seconds, Memory: 2.75Mb OK (1 test, 16 assertions) racklin-debian :: ~/workspace/cphalcon » phpunit unit-tests/LoaderTest.php 1 ↵ PHPUnit 3.6.12 by Sebastian Bergmann. .[1] 11953 segmentation fault phpunit unit-tests/LoaderTest.php
The text was updated successfully, but these errors were encountered:
This is now fixed, and the LoaderTest was added to the phpunit.xml, thanks
Sorry, something went wrong.
No branches or pull requests
\Phalcon\Loader not work in master version and cause segmentation fault.
So any web applications not working (ex. invo / website) now.
And LoaderTest.php not added in phpunit.xml , so not traced in travis-CI .
Running phpunit manually:
The text was updated successfully, but these errors were encountered: