Skip to content

Instantly share code, notes, and snippets.

@petemolinero
Last active January 8, 2019 00:47
Show Gist options
  • Save petemolinero/adf8221bd511a11926e176b4a52b1a48 to your computer and use it in GitHub Desktop.
Save petemolinero/adf8221bd511a11926e176b4a52b1a48 to your computer and use it in GitHub Desktop.
How to run MB Tests
Review:
https://medbridge.atlassian.net/wiki/spaces/TRAIN/pages/619217130/How+to+run+PHPUnit+on+local+Current
cd into tests
run:
../vendor/phpunit/phpunit/phpunit -c phpunit.xml --filter InstructorAPITest --debug
SHOW IN CONSOLE
fwrite(STDERR, print_r($myDebugVar, true));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment