Skip to content

Instantly share code, notes, and snippets.

@iambrosi
Created February 18, 2022 23:30
Show Gist options
  • Save iambrosi/95f82c0c16d57f972fc8279aedc13403 to your computer and use it in GitHub Desktop.
Save iambrosi/95f82c0c16d57f972fc8279aedc13403 to your computer and use it in GitHub Desktop.
Debug Segmentation Fault in PHPUnit tests
#!/usr/bin/env bash
# Make sure XDebug is installed and enabled
php -d xdebug.auto_trace=ON -d xdebug.trace_output_dir=./mytracedir/ bin/phpunit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment