From 4ea04ba57a50292f5a27c9989334956ba6d064a9 Mon Sep 17 00:00:00 2001 From: Taufek Johar Date: Sun, 11 Feb 2018 11:37:08 +0800 Subject: [PATCH] Add PhpUnit to ReadMe Missed out to add this in 4041485d30a444fffd9fa3194287682f17f95937. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b3ad5ae2..c3a3d2e0 100644 --- a/README.md +++ b/README.md @@ -572,6 +572,7 @@ aborted. * [Brakeman](lib/overcommit/hook/pre_push/brakeman.rb) * [Minitest](lib/overcommit/hook/pre_push/minitest.rb) +* [PhpUnit](lib/overcommit/hook/pre_push/php_unit.rb) * [ProtectedBranches](lib/overcommit/hook/pre_push/protected_branches.rb) * [Pytest](lib/overcommit/hook/pre_push/pytest.rb) * [PythonNose](lib/overcommit/hook/pre_push/python_nose.rb)