mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
MINOR Added fix to test troubleshooting docs about PHPUnit 3.5 missing MockObject class
This commit is contained in:
parent
ff63ba97fb
commit
5d87f2929e
@ -6,3 +6,12 @@ Part of the [SilverStripe Testing Guide](testing-guide).
|
||||
|
||||
If you've just added a test class, but you can't see it via the web interface, chances are, you haven't flushed your
|
||||
manifest cache - append `?flush=1` to the end of your URL querystring.
|
||||
|
||||
## Class 'PHPUnit_Framework_MockObject_Generator' not found
|
||||
|
||||
This is due to an upgrade in PHPUnit 3.5 which PEAR doesn't handle correctly.<br>
|
||||
It can be fixed by running the following commands:
|
||||
|
||||
pear install -f phpunit/DbUnit
|
||||
pear install -f phpunit/PHPUnit_MockObject
|
||||
pear install -f phpunit/PHPUnit_Selenium
|
||||
|
Loading…
Reference in New Issue
Block a user