sauce-archives / phpunit-selenium-sauceondemand

Extension of PHPUnit_Selenium providing Sauce OnDemand integration for PHPUnit.
http://saucelabs.github.com/pear/
12 stars 6 forks source link

Failing installation #7

Open filo891 opened 10 years ago

filo891 commented 10 years ago

I'm not able to install the plugin on my Ubuntu 12.04.4 LTS. The issue appeared after upgrading PHP from 5.2 to 5.4. I'm receiving the following errors:

root@srv:/# pear channel-discover saucelabs.github.com/pear PHP Notice: ob_end_clean(): failed to delete buffer. No buffer to delete in /usr/share/php/pearcmd.php on line 19 Channel "saucelabs.github.com/pear" is already initialized

root@srv:/# _pear install saucelabs/PHPUnit_SeleniumSauceOnDemand PHP Notice: ob_end_clean(): failed to delete buffer. No buffer to delete in /usr/share/php/pearcmd.php on line 19 No releases for package "saucelabs/PHPUnit_Selenium_SauceOnDemand" exist install failed

My environment: PEAR Version: 1.9.4 PHP Version: 5.5.13-2+deb.sury.org~precise+1 Zend Engine Version: 2.5.0 Running on: Linux stage 3.2.0-36-virtual #57-Ubuntu SMP Tue Jan 8 22:04:49 UTC 2013 x86_64

jlipps commented 10 years ago

this package is deprecated. Please try https://github.com/jlipps/sausage instead