sintonia/airtime_mvc/tests
drigato 73130f02e5 CC-5651: Unit Test the Scheduler
Added xml cc_show seed file and cc_show creation test file
2013-12-18 16:11:03 -05:00
..
application CC-5651: Unit Test the Scheduler 2013-12-18 16:11:03 -05:00
library CC-5651: Unit Test the Schedule 2013-12-18 16:07:01 -05:00
README.txt CC-5651: Unit Test the Scheduler 2013-12-18 16:05:31 -05:00
phpunit.xml Initial unit test configuration 2013-12-18 15:48:32 -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