sintonia/airtime_mvc/tests
drigato 947a093e29 CC-5651: Unit Test the Scheduler
Added xml cc_show seed file and cc_show creation test file
2014-01-13 11:43:16 -05:00
..
application CC-5651: Unit Test the Scheduler 2014-01-13 11:43:16 -05:00
library CC-5651: Unit Test the Schedule 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