CC-5651: Unit Test the Scheduler
* Unit test bootstrapping work. * Added a README.txt for the unit testing environment
This commit is contained in:
parent
0f107dbad3
commit
ae6efc8fc8
2 changed files with 35 additions and 1 deletions
15
airtime_mvc/tests/README.txt
Normal file
15
airtime_mvc/tests/README.txt
Normal 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
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue