sintonia/airtime_mvc/tests
Albert Santoni ae6efc8fc8 CC-5651: Unit Test the Scheduler
* Unit test bootstrapping work.
* Added a README.txt for the unit testing environment
2014-01-13 11:43:16 -05:00
..
application CC-5651: Unit Test the Scheduler 2014-01-13 11:43:16 -05:00
library Initial unit test configuration 2014-01-13 11:43:16 -05:00
README.txt CC-5651: Unit Test the Scheduler 2014-01-13 11:43:16 -05:00
phpunit.xml Initial unit test configuration 2014-01-13 11:43:16 -05:00

README.txt

To get the Airtime unit tests running:
==========================

1) Install PHPUnit

wget https://phar.phpunit.de/phpunit.phar
chmod +x phpunit.phar
sudo mv phpunit.phar /usr/local/bin/phpunit

2) Install the DbUnit extension

sudo pear channel-discover pear.phpunit.de
sudo pear channel-discover pear.symfony.com
sudo pear install --alldeps phpunit/DbUnit