CC-5651: Unit Test the Scheduler

* Updated README
This commit is contained in:
Albert Santoni 2013-12-18 16:26:22 -05:00 committed by drigato
parent 947a093e29
commit 6cb38d021e
1 changed files with 9 additions and 7 deletions

View File

@ -1,15 +1,17 @@
To get the Airtime unit tests running: To get the Airtime unit tests running:
========================== ==========================
1) Install PHPUnit 1) Install PHPUnit and DbUnit
wget https://phar.phpunit.de/phpunit.phar We explicitly install PHPUnit 3.4 because that's as a new of a version
chmod +x phpunit.phar as is supported by Zend Framework 1:
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.phpunit.de
sudo pear channel-discover pear.symfony.com sudo pear channel-discover pear.symfony.com
sudo pear install --alldeps phpunit/DbUnit sudo pear channel-discover pear.symfony-project.com
sudo pear install channel://pear.symfony-project.com/YAML
sudo pear install pear.phpunit.de/PHPUnit-3.4.15
sudo pear install pear.phpunit.de/DbUnit-1.0.3