CC-5651: Unit Test the Scheduler

* Unit test bootstrapping work.
* Added a README.txt for the unit testing environment
This commit is contained in:
Albert Santoni 2013-12-18 16:05:31 -05:00 committed by drigato
parent 0f107dbad3
commit ae6efc8fc8
2 changed files with 35 additions and 1 deletions

View file

@ -0,0 +1,15 @@
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