Samuel Georges
671f23e284
Move mail pretend to after app has migrated
2017-05-16 18:50:22 +10:00
Samuel Georges
f3aad33e5e
Resurrect Mail::pretend
...
Moved upgrade guide to RN-9 http://octobercms.com/support/article/rn-9
2017-05-13 12:31:34 +10:00
Samuel Georges
5f2f913732
Fixes unit tests
...
Clearing the cache to allow failures
Substitute mail pretend with log mode
2017-05-12 07:20:59 +10:00
Samuel Georges
08e7fa4296
Adds a helper for fetching the plugin object
...
This is useful when you need to "boot" or "register" certain areas of the plugin itself, eg:
$plugin = $this->getPluginObject();
$plugin->registerSubscriptionEvents();
Calling boot() or register() may work too but not always, sometimes there can be things you don't want registered. Hence why it doesn't occur automatically.
2017-04-05 08:23:39 +10:00
Samuel Georges
8e3ff0c700
Update tests with minor API changes for Halcyon implementation
2016-03-17 07:58:42 +11:00
Mariano Custiel
3fdb0bcf81
Fixed the check for already processed plugins
2016-01-08 15:49:42 +01:00
Mariano Custiel
8c608b6a98
Rolled back unneeded change.
2016-01-08 15:44:37 +01:00
Mariano Custiel
902385b4e9
Removed check that made loop to always continue. Moved dependencies refresh to be done before the tested plugin refresh.
2016-01-08 15:34:40 +01:00
Samuel Georges
50812adcaf
No flush abstract classes. No treat as test either.
2015-09-09 19:28:10 +10:00
Samuel Georges
0c8e813029
Create plugin unit test case
...
^- inspired by keios/oc-plugin-testsuite package
2015-08-08 15:35:22 +10:00