Tagged Questions
0
votes
0answers
69 views
how to install pear and php unit on easyphp 12.1
I tried this: tutorial but it didn't work.
When I try use this command: php go-pear.phar or simple php I get a warning: "The program can't start because yaz4.dll is missing from your computer. Try ...
0
votes
1answer
80 views
pear PHPunit is not working with netbeans 7
I have installed skeletongenerator and phpunit from pear and already pointed to batch file of them in netbeans settings. but if i try to create phpunit test it shows following error. it seems like it ...
0
votes
1answer
23 views
phpunit error after installation
SOLVED
I installed PHP unit and then tried to type phpunit and it produces errors. I already searched for a solution but it didn't work well for me and am getting the following error message:
PHP ...
0
votes
2answers
78 views
Installing PHPUnit 3.8 via Pear
I can't upgrade PHPUnit from 3.7 to 3.8 with Pear. The following:
pear install --alldeps phpunit/PHPUnit
Returns
phpunit/PHPUnit is already installed and is the same as the released version 3.7.19
...
0
votes
0answers
31 views
Pear and PHPUnit are completely failing to work [duplicate]
I am working on a project in Laravel and I need pear to work and phpunit to work together so I can do testsfor my app properly.
I have got pear installed but it seems to not want to download and let ...
0
votes
2answers
83 views
Error on Install PHPUnit Through Pear
Installing PHPUnit via PEAR the install instructions for phpunit are running this:
pear channel-discover pear.phpunit.de
pear install phpunit/PHPUnit
But fails with this error:
Notice: ...
1
vote
1answer
93 views
Reinstall PHP Pear
I used to have MAMP (http://www.mamp.info/en/index.html). Uninstalled that and installed "MAMP" via Macports.
I completely removed /Applications/MAMP/ folders. I would now like to install PHPUnit via ...
0
votes
1answer
91 views
PHPUnit error for trying to install
Does anyone know why when I try to install PHPUnit onto my mac osx 10.8.2 I get this error?
Unknown remote channel: pear.symfony.com
Did not download optional dependencies: phpunit/PHP_Invoker, use ...
1
vote
2answers
243 views
How do I update phpunit?
I have already tried everything, including http://stackoverflow.com/a/8740349/251311 and all possible channel upgrade and clear cache commands. But still:
$ sudo pear install -a -f phpunit/PHPUnit
...
0
votes
2answers
142 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 ...
1
vote
3answers
725 views
unable to install phpunit_invoker for windows7
I am trying to install PHPUnit_Invoker. I run the command pear install phpunit/PHP_Invoker in commandline. I am getting the message:
No releases available for package "pear.phpunit.de/PHP_Invoker"
...
1
vote
1answer
203 views
PHPunit Comaptiablity issue with Zend
I have configured PHPUnit with Zend Framework. When I run the command
phpunit --configuration phpunit.xml
I receive the failure message like
Declaration of ...
1
vote
1answer
165 views
PHPUnit not responding - is this a PHPUnit.bat error
Can someone with a working Zend/PHPUnit installation tell me how PHPUnit.bat should read?
I have installed PEAR and PHPUnit, but PHPUnit.bat appears to have an error in its code.
Having worked ...
0
votes
0answers
150 views
PHPUnit - cannot find iterator - is this a path issue
I am trying to install PHPUnit and am having trouble getting it to work.
At the moment this seems to be a path issue, but I cannot seem to crack it.
I am running Zend Server so PHPUnit.bat is at
...
0
votes
2answers
557 views
trouble install phpunit on windows 7, wamp server
I have try install phpunit on windows 7, but i have issue like this:
C:\wamp\bin\php\php5.3.13>pear channel-discover components.ez.no
Adding Channel "components.ez.no" succeeded
Discovery of ...
0
votes
1answer
62 views
command not found error while running php test code in command prompt
I followed the site http://elentok.blogspot.com/2011/10/install-phpunit-on-wampserver.html for installing PHPUnit framework for unit testing in PHP. I have downloaded both pear and PHPUnit. I have ...
3
votes
2answers
39 views
Point local version of a PEAR Package to a development path?
I'm trying to fix a bug in a more complex PEAR package (CodeCoverage). So I'd like to have the development version that exists not within my PEAR path:
c:\Programme\PHP\PEAR\PHP
with one on another ...
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
135 views
phpUnit-pear installation issue
I am installing a project from github, called gitlist, you can find it here. I installed composer so to manage all the dependencies. But when building with ant, I always have a message telling me the ...
22
votes
6answers
8k views
How do I correctly install PHPUnit with PEAR?
I have had to de- and reinstall a newer version of PHPUnit following these directions. Now when I'm launching this line
sudo pear install --alldeps phpunit/PHPUnit
I see an error message, that ...
2
votes
2answers
370 views
Command phpunit -v gives me require_once error… what's wrong with my PEAR?
As per title, running phpunit -v on a fresh PHPUnit PEAR installation gives me a require_once failed error. Here is some additional information, i hope that anyone can help me with this.
Warning: ...
1
vote
1answer
377 views
phpunit seems to load incorrect include path
I'm trying to get an installation of phpunit going on my os x Lion with MAMP. I have installed phpunit at /Applications/MAMP/bin/php/php5.4.4/lib/php.
When I run phpunit in the terminal I get this ...
3
votes
3answers
4k views
PEAR package install fails
i try to install packages from pear.phpqatools.org/phpqatools
First of all command pear config-get php_dir returns D:\Users\xampp\php\pear
and I do not have rights to install on C drive.
Then ...
1
vote
2answers
86 views
Running 'commands' to install open source software
Not sure how to phrase the title of this question as not having a clue what i'm trying to describe is part of my problem. Here's what I mean: I often come across tutorials or open source software that ...
0
votes
1answer
975 views
how to do unit testing with phpstorm and zend framework?
i am trying to run some testing on my framework with phpstorm.
i am working with xampp and i have php unit installed.
the framework is located:
C:\xampp\htdocs\zend\zend\application\
...
0
votes
2answers
204 views
Installing PEAR + PHPUnit under WINGINX
I need PHPUnit and according to their GitHub page I need to use PEAR to install it.
Problem is, PEAR is not installed by default on WINGINX nor does my PHP folder have a go-pear.bat file as mentioned ...
17
votes
1answer
9k views
OSX 10.8 mountain lion PEAR / PHPUnit not working
I have installed Mountain Lion and I can't get phpunit to work.
$ pear config-get bin_dir
/Users/greg/pear/bin
$cd /Users/greg/pear/bin
$ls
pear*
peardev*
pecl*
phpunit*
$phpunit
-bash: phpunit: ...
1
vote
3answers
2k views
Mac osx Lion phpunit require(/usr/lib/php/PHPUnit/Autoload.php)
I am migrating to a new computer moving from snow leopard to lion at the same time. phpunit did not seem to make the migration, so I have reinstalled it. However the standard install with pear seems ...
0
votes
1answer
368 views
Installing PHPUnit with CakePHP on Windows/IIS
I followed the instructions given by CakePHP 2.x (via test.php) to install PHPUnit:
pear channel-discover pear.phpunit.de
pear channel-discover components.ez.no
pear channel-discover ...
0
votes
3answers
335 views
Not able to upgrade PEAR 1.8.0 to higher version on redhat
I am using php 5.2.10 on redhat. Default installed pear package is PEAR 1.8.0. Now i want to install PHPunit via pear. So whenever i run command to install phpunit, it gives error :
pear install ...
1
vote
1answer
784 views
PHP - Fatal error: Class 'PHPUnit_Framework_Test
So I have started to use PHPUnit to test my programs.
I have this problem where I get an error when I try to test a program where the program is gonna control if a webpage exists.
The code:
...
1
vote
1answer
689 views
PHP - Pear: failed to open stream
I am kinda new to PHP, so I now have started using Pear where I want to use PHPUnit and other stuff.
I've encountered some errors, I've been looking through the internet to solve it, what I've ...
0
votes
0answers
782 views
PHPUnit installation - CLI don't read correct php.ini
I have installed PEAR by go-pear.phar package and it successfully installed PHPUnit. Path is configured to be read in "D:\Serwer3\bin\php\php5.3.10" so commands $php $pear and $phpunit work. The ...
1
vote
1answer
1k views
I want to link xampp 1.7.7 to the php CLI
i'm working with ubuntu 11.10 as root on my local machine, i've installed xampp 1.7.7 and i'm a newbie to ubuntu,
while following a tutorial on ...
0
votes
1answer
2k views
Need help upgrading PEAR to install PHPUnit
I'm trying to install PHPUnit with PEAR. Here's what I'm running...
PEAR Version: 1.7.2
PHP Version: 5.3.8-ZS5.5.0
Zend Engine Version: 2.3.0
Running on: Windows NT L-PC 6.1 build 7600 (Windows 7 ...
1
vote
1answer
293 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
...
0
votes
1answer
2k views
PHPUnit gives “Call to undefined method PHP_CodeCoverage_Filter::getInstance()”
I'm using Windows 7.
I've used PHPUnit fine on this system in the past.
On starting a new project, I'm getting the error above on my first attempt to run a test.
I've cleared cache on pear, totally ...
1
vote
2answers
1k views
Can't install PHPUnit with PEAR 1.9.1
This appears to be an issue known with earlier versions of PEAR, unfortunately the solutions did not work for me.
My setup: Win7, 32bit. PHP directory: c:\Program Files\PHP.
All commands are run from ...
4
votes
1answer
63 views
Is there a way to lock PHPUnit version?
I would like to be able to run the command:
pear update
without upgrading PHPUnit, but everything else is free to get upgraded (as long as it doesn't break PHPUnit dependency requirements).
So ...
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 ...
3
votes
1answer
514 views
installing phpunit/PHPUnit-3.5.5 via pear (for sonar)
I am trying to setup http://docs.codehaus.org/display/SONAR/PHP+Plugin PHP Plugin for Sonar, and this plugin needs specific packages in specific version.
So, When I am trying to install PHPUnit 3.5.5 ...
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';
...
8
votes
1answer
4k views
How can I remove completely PHPUnit using the PEAR Installer?
I installed PHPUnit using the PEAR installer a few days ago (I also installed Selenium RC for testing in PHP purpose). Now I want to uninstall it (also delete all related folders and files)
I ran the ...
1
vote
2answers
273 views
Fatal error with - pear install pear.phpunit.de/PHPUnit
I followed this post but it did not help
I am executing following shell commands on a Remote CI system (Fedora) to install php tools:
wget http://pear.php.net/go-pear.phar
php go-pear.phar
pear ...
2
votes
1answer
272 views
Upgrading PEAR on x86_64 GNU/Linux
When I run sudo pear upgrade pear, it ends with the following error:
ERROR: unable to unpack /tmp/tmpsozA4Q/Structures_Graph-1.0.4.tgz
Has anyone run into something like this before and do you have ...
2
votes
5answers
4k views
PHPUnit not recognizing cURL extension — can't install selenium test
I'm on a Windows 7 machine running a WAMPserver and I'm trying to install the Selenium extension for PEAR. However, whenever I try to install it, I'm told that it requires the already-enabled PHP ...
0
votes
1answer
684 views
PHPUnit being installed to the wrong directory
I recently installed PHPUnit using the pear package installer as directed in the documentation. Pear is currently installed in /usr/local/lib/php/pear. However, PHPUnit seems to be installing itself ...
4
votes
5answers
3k views
How do I install PHPUnit 3.5, instead of 3.6?
The current version of PHPUnit is 3.6, but until I update my code I need to use 3.5.15 instead. I'm having a lot of trouble trying to get 3.5.15 installed.
I start with a clean install of Zend ...
1
vote
2answers
350 views
Installing pear path definitions
While installing pear by following this guide, I run into choices of paths which I have no idea what they are:
Public Web Files directory and
Name of configuration file
i.e. the #9 and #11 when ...
2
votes
1answer
560 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 & ...



