Skip to content

Commit

Permalink
Merge branch 'hjtappe-Devel-Env'
Browse files Browse the repository at this point in the history
  • Loading branch information
mrclay committed Mar 30, 2015
2 parents 2076e20 + 8a03867 commit 95df8a5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
.DS_Store
/vendor
/composer.lock
/tests/Resources/*/actual/*
/tests/Resources/*/actual/*
composer.phar
10 changes: 10 additions & 0 deletions README.devel.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
The following steps can be performed to setup a development environment.

Download composer.phar as described at https://getcomposer.org/download/

Execute composer:
php composer.phar update

Execute phpunit tests:
./vendor/bin/phpunit

0 comments on commit 95df8a5

Please sign in to comment.