10 Commits

Author SHA1 Message Date
Jack Wilkinson
7fe167c41f
Split tests into relevant module folders
This splits the testing suite into the separate modules as appropriate in order to improve the reliability of the testing suite as a whole and make it easier for developers to have an up to date testing suite from the core to build off of. Additionally the tests are now namespaced and some minor improvements to the PluginManager were made.

Now the PluginManager will internally treat plugin identifiers as lower case strings, only transforming them to their normalized versions when requested by methods like getPlugins() & getAllPlugins(). The idea behind this is that it provides a much simpler way to internally handle checking, especially for plugin replacement where casing could cause issues.

Replaces #576. Fixes #575.
2022-06-21 18:30:30 -06:00
Luke Towers
c23daf13f3 Add storage/app/resized to base structure 2020-08-23 01:11:07 -06:00
Samuel Georges
da468deb23 Add new framework cache files 2017-06-08 16:26:24 +10:00
Samuel Georges
dc528e875c services.json -> services.php 2017-05-20 17:38:31 +10:00
Joel E. Svensson
958d4b93b6 Commit folder structure to fix october:mirror 2016-07-13 02:03:50 +02:00
Pásztor Gábor
c2b40e9049 Ignore sqlite files. 2016-02-05 09:14:30 +01:00
Samuel Georges
fbf46519b4 Implement plugins_path() usage 2015-02-07 15:37:07 +11:00
Samuel Georges
9a616b6174 Fix clear cache, update storage paths 2015-02-07 14:50:03 +11:00
Samuel Georges
6e89763254 laravel.log should be renamed to system.log 2015-02-07 10:30:55 +11:00
Samuel Georges
ed22cc9186 Migrate bootstrap process 2015-02-04 19:31:41 +11:00