diff --git a/run.local b/run.local deleted file mode 100755 index d9a6948..0000000 --- a/run.local +++ /dev/null @@ -1,11 +0,0 @@ -#!/usr/bin/env bash - -function start { - php -S 0.0.0.0:9000 -t web -} - -function test { - phpunit --colors=always "${@}" -} - -# vim: ft=bash