Skip to content

Instantly share code, notes, and snippets.

View jakob-stoeck's full-sized avatar
🥋
git happens

Jakob Stoeck jakob-stoeck

🥋
git happens
View GitHub Profile
#!/bin/bash
# Script to use with git bisect for phpunit tests for yii apps
#
# Should lie under protected/tests
# usage:
#
# git bisect start __bad__ __good__ --
# git bisect run protected/tests/git-bisect-phpunit.sh __args__
#
# where __args__ are phpunit arguments: