summaryrefslogtreecommitdiffstats
path: root/app/plugin_hooks_test.go
Commit message (Collapse)AuthorAgeFilesLines
* Adding FileWillBeUploaded plugin hook (#9169)Christopher Speller2018-07-271-0/+68
| | | | | | | | | | | | | | * Adding file upload hook. * Adding hook test for FileWillBeUploaded * Some debugging fixes. * Fix typo. * Fixing double close * Fix capitalization on docs.
* MM-11028 Adding some plugin tests. (#9103)Christopher Speller2018-07-181-0/+304
* Rearranging plugin mocks and moving some common test code out. * Adding tests. * Fixing tests after GoDoc cleanup changes.