Skip to content

Instantly share code, notes, and snippets.

@alfredbez
Created January 17, 2020 13:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alfredbez/536fbdcf69eec63b6000ec3c808dc6e1 to your computer and use it in GitHub Desktop.
Save alfredbez/536fbdcf69eec63b6000ec3c808dc6e1 to your computer and use it in GitHub Desktop.
root@c079dd515958:/srv# OXID_PATH=/root/OXID/source/ vendor/bin/phpunit --configuration Tests/Integration/phpunit.xml
PHPUnit 8.5.2 by Sebastian Bergmann and contributors.
root@c079dd515958:/srv# tail -6 Tests/Integration/phpunit.xml
<php>
<ini name="display_errors" value="On" />
<ini name="display_startup_errors" value="On" />
<ini name="error_reporting" value="E_ALL" />
</php>
</phpunit>
root@c079dd515958:/srv#
@alfredbez
Copy link
Author

Only the integration tests are not working, here's the output for the unit testsuite:

root@c079dd515958:/srv# vendor/bin/phpunit 
PHPUnit 8.5.2 by Sebastian Bergmann and contributors.

.................                                                 17 / 17 (100%)

Time: 119 ms, Memory: 6.00 MB

OK (17 tests, 21 assertions)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment