Skip to content

Commit

Permalink
Merge pull request #12 from myplanetdigital/GH-12-phpunit-pear-warning
Browse files Browse the repository at this point in the history
Moved to using phpunit cookbook fork that resolves pear error during initial chef run.
  • Loading branch information
Patrick Connolly committed Sep 14, 2012
2 parents ab21f43 + 25a3666 commit 4c95542
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions Cheffile
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ cookbook "phpcs",
:git => "https://github.com/myplanetdigital/chef-phpcs.git",
:ref => "master"
cookbook "phpunit",
:git => "https://github.com/msonnabaum/chef-phpunit.git",
:ref => "master"
:git => "https://github.com/myplanetdigital/chef-phpunit.git",
:ref => "GH-9-pear-errors"
cookbook "postfix"
cookbook "varnish"
cookbook "vim"
Expand Down
16 changes: 8 additions & 8 deletions Cheffile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,6 @@ GIT
drush (0.10.0)
php (>= 0.0.0)

GIT
remote: https://github.com/msonnabaum/chef-phpunit.git
ref: master
sha: 8379017c52c8187a53711286df1f4560b16eea20
specs:
phpunit (0.9.1)
php (>= 0.0.0)

GIT
remote: https://github.com/myplanetdigital/chef-bash.git
ref: feature/bash_profile-resource
Expand Down Expand Up @@ -71,6 +63,14 @@ GIT
phpcs (1.0.0)
php (>= 0.0.0)

GIT
remote: https://github.com/myplanetdigital/chef-phpunit.git
ref: GH-9-pear-errors
sha: e215dab712d0a4fb946b173c2b089688a8c7d617
specs:
phpunit (0.9.1)
php (>= 0.0.0)

GIT
remote: https://github.com/myplanetdigital/chef-xhprof.git
ref: GH-msonnabaum-3
Expand Down

0 comments on commit 4c95542

Please sign in to comment.