Privacy update
- Changed private visibility of some methods to protected to allow redefine it in a local environment;
- Fixed action naming, now the
request
word will be skipped; - Fixed bug in interaction with the Laravel-Helpers package;
Upgrade guide:
If you use Laravel-Helpers package and your TestCase
class extends TestCase
of the Laravel-Helpers package - just call saveDocumentation
method in your tearDown
method. If not - no actions required.