Skip to content

Privacy update

Compare
Choose a tag to compare
@DenTray DenTray released this 30 Nov 12:38
· 388 commits to master since this release
af58b34
  • 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.