1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 08:04:03 +00:00
tenancy/tests
Samuel Štancl 72b1b48edd
[3.x] Laravel 11 support (#1180)
* Laravel 11 support

* wip

* trigger ci

* fix ci file

* try setting charset and collation on the default mysql connection

* Set default cache driver to redis in tests

* drop and recreate id column separately in autoincrement_ids_are_supported

* set default redis client to predis in tests

* revert fail-fast

* try reverting TenantModelTest change

* migrate phpunit configuration

* add parent::tearDown() call
2024-03-12 15:04:54 +01:00
..
Etc Merge hotfix branch (#834) 2022-03-30 18:00:55 +02:00
Features [3.x] L10 compatibility (#1065) 2023-02-16 17:21:06 +01:00
AutomaticModeTest.php Add tenancy()->central() helper (#526) 2020-11-13 08:15:24 +01:00
BootstrapperTest.php [3.x] L10 compatibility (#1065) 2023-02-16 17:21:06 +01:00
CachedTenantResolverTest.php Better solution for tenant DB exception 2020-06-29 12:18:03 +02:00
CacheManagerTest.php Apply fixes from StyleCI 2020-05-22 09:01:31 +00:00
CombinedDomainAndSubdomainIdentificationTest.php Apply fixes from StyleCI 2020-05-22 09:01:31 +00:00
CommandsTest.php tests: assert that tenants:run runs only for the specified tenants 2024-01-18 14:30:40 +01:00
DatabasePreparationTest.php Apply fixes from StyleCI 2020-05-22 09:01:31 +00:00
DatabaseUsersTest.php Merge hotfix branch (#834) 2022-03-30 18:00:55 +02:00
DomainTest.php Convert domains to lowercase, persist current domain model on resolver 2020-06-28 11:45:08 +02:00
EventListenerTest.php [3.x] L10 compatibility (#1065) 2023-02-16 17:21:06 +01:00
GlobalCacheTest.php Apply fixes from StyleCI 2020-05-22 09:01:31 +00:00
MaintenanceModeTest.php [3.x] Compatibility with Laravel 9 (#802) 2022-03-08 01:50:25 +01:00
PathIdentificationTest.php Apply fixes from StyleCI 2020-05-22 09:01:31 +00:00
QueueTest.php [3.x] Laravel 11 support (#1180) 2024-03-12 15:04:54 +01:00
RequestDataIdentificationTest.php Clean up global state in tests 2020-05-22 20:08:50 +02:00
ResourceSyncingTest.php Remove unnecessary typehints 2020-06-08 21:35:41 +02:00
ScopeSessionsTest.php Apply fixes from StyleCI 2020-05-22 09:01:31 +00:00
SingleDatabaseTenancyTest.php Switch to using MySQL for tests, resolve FK constraint issues 2020-06-07 10:28:55 +02:00
SubdomainTest.php Fix subdomain middleware 2020-08-01 15:07:10 +02:00
TenantAssetTest.php remove unnecessary import 2023-09-02 03:20:42 +02:00
TenantAwareCommandTest.php Apply fixes from StyleCI 2020-05-22 09:01:31 +00:00
TenantDatabaseManagerTest.php [3.x] L10 compatibility (#1065) 2023-02-16 17:21:06 +01:00
TenantModelTest.php Apply fixes from StyleCI 2020-07-06 12:45:10 +00:00
TenantUserImpersonationTest.php Apply fixes from StyleCI 2020-05-22 09:01:31 +00:00
TestCase.php [3.x] Laravel 11 support (#1180) 2024-03-12 15:04:54 +01:00
UniversalRouteTest.php Make universal routes work for controller middleware (#1151) 2024-01-25 22:34:47 +01:00