Tagged Questions
1
vote
0answers
27 views
PEAR fails to install on Ubuntu 12.x [duplicate]
I have a problem I thought would be solved with Ubuntu 12.10, but no luck... I had the same thing with 12.04 when trying to install something with PEAR :
Warning: file_exists(): Unable to find the ...
0
votes
2answers
145 views
Can't run PHPUnit [duplicate]
Possible Duplicate:
How to install PEAR and PHPUnit?
I'm using Ubuntu and trying to install PHPUnit. I've installed PEAR using apt-get, and currently it's installed in /usr/lib/pear.
And ...
15
votes
4answers
3k views
unable to install latest phpUnit in Ubuntu 10.04
I'm trying to install PHPUnit in Ubuntu 10.04 but I get these error messages
sudo pear install -a pear.phpunit.de/PHPUnit
Duplicate package channel://pear.phpunit.de/File_Iterator-1.3.3 found
...
2
votes
1answer
479 views
Unable to upgrade PEAR from 1.9.2 to 1.9.4
I am on a Ubuntu 11.10 and trying to upgrade from 1.9.2 to 1.9.4, but it simply don't work. Here are the commands I am following in sequence
$ sudo apt-get install php-pear
Reading package lists... ...
0
votes
2answers
410 views
Pyrus problems on Ubuntu 12 installing ZF2
I tried to install zend framework 2 on Ubuntu 12.04.1 64 bit but have run into difficulties.
# sudo pyrus install zf2/Zend_Framework-beta#Standard
failed mid transaction with no other previous ...
1
vote
1answer
298 views
phpunit file not found afer install via pear
I have installed with success phpunit:
sudo pear install --alldeps pear.phpunit.de/PHPUnit
but when I prompt phpunit in console I am getting error:
bash: /usr/bin/phpunit: No file or directory
...
34
votes
6answers
14k views
Call to undefined method PHP_CodeCoverage_Filter::getInstance()
I've got a fresh copy of PHPUnit installed on my system (Ubuntu 11), but whenever I type phpunit in the console I get the following error:
PHP Fatal error: Call to undefined method ...
7
votes
4answers
5k views
PHPUnit , PEAR upgrading Errors
Note : I've read all questions about this problem
PEAR is installed and configured on my system (Ubuntu 11.10 + Apache/2.2.20). Because
<?php
require_once 'System.php';
...
0
votes
1answer
251 views
Pear PHP_Beautifier returning no output
I intend to use PHP_Beautifier in a code evaluation tool I'm working on but I can't get it working on Ubuntu 11.10. I installed it on my local server trough pear php package manager with the following ...
2
votes
1answer
561 views
phpunit is not working
I am trying to get phpunit to work on my ubuntu 11.10 installation.
I have installed PHPUnit using PEAR, as suggested here and then I prepared a very small testing class:
error_reporting(E_ALL & ...
15
votes
1answer
6k views
Can't install PHPUnit via PEAR, requires PEAR Installer >= 1.9.2, can't upgrade PEAR from 1.9.0
I read the other PHPUnit installation questions but haven't had any success. What is going on with my PEAR install?
$ sudo pear update-channels
Updating channel "components.ez.no"
Channel ...
1
vote
1answer
203 views
PEAR - why to install via CLI?
I'm a little confused about the reasoning behind installing PEAR through CLI like this (ubu ntu/debian):
sudo apt-get install php-pear
AFAIK Pear is just PHP library - so - that's just bunch of PHP ...
0
votes
1answer
2k views
Pear DB class not found
I have create a class called Database.php for interacting with MySql database using Pear Db class.
Database.php
<?php
require_once('DB.php');
require_once('cException.php');
class DataBase
{
...
0
votes
1answer
242 views
Pear downloading packages instead of installing after php downgrading to 5.2 on ubuntu 10.04
I've downgraded php to 5.2 in ubuntu 10.04 and it seems i can't install new pear packages.
the existing packages i had by typing pear list are :
Package Version State
Archive_Tar ...