Skip to content

Commit

Permalink
Add a readme file for setting up a development environment.
Browse files Browse the repository at this point in the history
Add composer.phar to gitignore.
  • Loading branch information
hjtappe authored and mrclay committed Mar 30, 2015
1 parent b40a7e6 commit 8a03867
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 8a03867

Please sign in to comment.