Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 429 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 429 Bytes

meetup-code

Sample code from Seattle PHP Meetups.

Remember to install and run Composer.

curl -sS https://getcomposer.org/installer | php
php composer.phar install --dev

Then copy the phpunit.xml.dist file to phpunit.xml so you can run phpunit.

cp phpunit.xml.dist phpunit.xml
./vendor/bin/phpunit

Windows users, you are on your own until someone let's me know how you would do this.