mirror of
https://github.com/archtechx/tenancy.git
synced 2026-09-20 18:24:03 +00:00
There's already a generic file cache store separation in BootstrapperTest. The removed test added some lower-level assertions to things that weren't covered previously, so it's still worth keeping these assertions (without the FS bootstrapper changes, these assertions fail), but these should not be in a generic test like this -- these should be in focused, clearly named tests (which this commit takes care of) |
||
|---|---|---|
| .. | ||
| BootstrapperTest.php | ||
| BroadcastChannelPrefixBootstrapperTest.php | ||
| BroadcastingConfigBootstrapperTest.php | ||
| CacheTagsBootstrapperTest.php | ||
| CacheTenancyBootstrapperTest.php | ||
| DatabaseSessionBootstrapperTest.php | ||
| DatabaseTenancyBootstrapperTest.php | ||
| FilesystemTenancyBootstrapperTest.php | ||
| FortifyRouteBootstrapperTest.php | ||
| LogChannelBootstrapperTest.php | ||
| MailConfigBootstrapper.php | ||
| RootUrlBootstrapperTest.php | ||
| UrlGeneratorBootstrapperTest.php | ||