Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

PHPUnit getMockBuilder

Ross McFarlane August 27, 2012

Hi,

I'm running into problems in my PHPUnit tests calling getMockBuilder(). After a bit of digging, it appears that the most recent version of PHPUnit available to me in bamboo is 3.4, and the getMockBuilder method first appears in 3.5.

Is there any way to upgrade the PHPUnit version used?

Thanks,

Ross

2 answers

1 accepted

2 votes
Answer accepted
Przemek Bruski
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
October 4, 2012

If you insert the following script:

pear channel-update pear.php.net
pear config-set auto_discover 1
pear upgrade pear

pear install pear.phpunit.de/PHPUnit-3.7.1

into your instance setup script (press edit on you image configuration and paste the above lines there), you should be able to run your tests against 3.7.1.

Bamboo 4.3 will contain both PHPUnit 3.4 and PHPUnit 3.7 .

0 votes
Przemek Bruski
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
August 27, 2012

The easiest way to install a new PHPUnit version is to use the instance setup script (available on the image configuration page). If you overwrite the default /usr/bin/phpunit path, you don't need to do anything more.

I've opened an improvement request here: https://jira.atlassian.com/browse/BAM-12110 , please watch and vote.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events