4577 Posts in 1388 Topics by 1377 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 181 Views |
-
dev/build fails cant load PHPUnit

28 November 2012 at 7:20am
i installed silverstripe3.0.3 and made a composer update to install a additional module.
Now my build fails with this message:
[Warning] require_once(PHP/CodeCoverage.php) [function.require-once]: failed to open stream: No such file or directory
Line 23 in /home/.../framework/dev/phpunit/PhpUnitWrapper_3_5.phpAny idea what that could be?
-
Re: dev/build fails cant load PHPUnit

28 November 2012 at 7:55am
i found the following:
when you download silverstripe3 as zip from the website, it doesnt include tests.when you make a composer update then, it will update framework & sapphire and fetch also the test dirs.
this will make the build process want to start the tests and if you dont have phpunit fully installed, it will fail, i assume.could this be?
is phpunit a dependency for silverstripe3? -
Re: dev/build fails cant load PHPUnit

4 December 2012 at 2:42pm
Hi Ivo,
If you're going to do testing on SS3, I believe you will need phpunit.
| 181 Views | ||
|
Page:
1
|
Go to Top |


