sintonia/airtime_mvc/tests
drigato 94912ed445 CC-5651: Unit Test the Scheduler
Created file that returns test data
Added a non-repeating, non-record&rebroadcast show creation test (not working yet)
Updated the cc_show_seed.xml file to include all 5 show tables
2014-01-06 18:09:13 -05:00
..
application CC-5651: Unit Test the Scheduler 2014-01-06 18:09:13 -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:42:32 -05:00
airtime.conf CC-5651: Unit Test the Scheduler 2013-12-19 12:01:32 -05:00
phpunit.xml Initial unit test configuration 2013-12-18 15:48:32 -05:00
runtests.sh CC-5651: Unit Test the Scheduler 2013-12-19 16:58:11 -05:00

README.txt

To get the Airtime unit tests running:
==========================

1) Install PHPUnit 

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.10


DO NOT INSTALL the DbUnit package!
DbUnit overwrites a file that's actually part of the PHPUnit package,
    /usr/share/php/PHPUnit/Extensions/Database/DataSet/QueryTable.php
with a version that's incompatible and gives an error for us.