parent
6aaa2c83aa
commit
bc7f83c9ff
|
@ -1,15 +1,17 @@
|
|||
To get the Airtime unit tests running:
|
||||
==========================
|
||||
|
||||
1) Install PHPUnit
|
||||
1) Install PHPUnit and DbUnit
|
||||
|
||||
wget https://phar.phpunit.de/phpunit.phar
|
||||
chmod +x phpunit.phar
|
||||
sudo mv phpunit.phar /usr/local/bin/phpunit
|
||||
|
||||
2) Install the DbUnit extension
|
||||
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 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