Skip to content

Instantly share code, notes, and snippets.

@kevinquinnyo
Created April 22, 2019 01:20
Show Gist options
  • Select an option

  • Save kevinquinnyo/df2b551c07f721434b5e8efeb0c44ae1 to your computer and use it in GitHub Desktop.

Select an option

Save kevinquinnyo/df2b551c07f721434b5e8efeb0c44ae1 to your computer and use it in GitHub Desktop.

Revisions

  1. kevinquinnyo created this gist Apr 22, 2019.
    6 changes: 6 additions & 0 deletions phpunit
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,6 @@
    #!/bin/bash

    trap "sudo phpenmod xdebug" EXIT

    sudo phpdismod xdebug
    vendor/bin/phpunit "$@"