parent
947a093e29
commit
6cb38d021e
|
@ -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
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue