Update test dependencies documentation

Change working since test dependencies cannot easily be replaced.
This commit is contained in:
Phillip Webb 2014-03-17 14:30:16 -07:00
parent 5ed6d456d2
commit d9de3f57bd

View File

@ -1376,7 +1376,7 @@ the following provided libraries:
* Mockito -- A Java mocking framework.
These are common libraries that we generally find useful when writing Tests. You are free
to replace them if they don't suit your needs.
to add additional test dependencies of your own if these don't suit your needs.