Hi Folks,
I recently upgraded Bamboo and have been having problems with the phpunit as a result. In the example below I'm executing phpunit via an ant script, however the same problem occurs when using the phpunit 3.3.x builder
Environment:
Bamboo version 3.3.2 build 2718
PHPunit 3.2.16
Start of PHPUnit test file:
1.<?php
2.
3.set_include_path(get_include_path() . PATH_SEPARATOR . './share');
...
Bamboo log:
15-Nov-2011 23:07:26 | phpunit: |
15-Nov-2011 23:07:26 | [exec] ./UT/RebateDelivery/RebateDeliveryRequestTest.php: 1: cannot open ?php: No such file |
15-Nov-2011 23:07:26 | [exec] ./UT/RebateDelivery/RebateDeliveryRequestTest.php: 3: Syntax error: word unexpected (expecting ")") |
Hi David,
Not entirely sure whats going on there. If you file a ticket with Atlassian support we can help you with this issue.
Thanks
James
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.