sintonia/airtime_mvc/tests
Albert Santoni 6cb38d021e CC-5651: Unit Test the Scheduler
* Updated README
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 and DbUnit

We explicitly install PHPUnit 3.4 because that's as a new of a version
as is supported by Zend Framework 1:

sudo pear channel-discover pear.phpunit.de
sudo pear channel-discover pear.symfony.com
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