1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 15:54:03 +00:00
tenancy/tests
Samuel Štancl 869ac32983
[2.2.0] [WIP] Add functionality (#206)
* TenantDatabaseDoesNotExistException

* Apply fixes from StyleCI

* User post-creation callbacks

* Rename method

* postCreationActions

* pass $tenant as parameter

* pass $tenant to async actions

* WIP findBy()

* findBy\* ForwardsCalls

* Apply fixes from StyleCI

* findBy DB storage driver

* Redis  SD TODO message

* Apply fixes from StyleCI

* Fix chained jobs

* WIP event system

* import str

* instanceof closure check

* findBy instead of find

* Tenant -> Tenants

* dots

* Use DB hooks instead of a SC key

* Don't allow  callables for queue chain

* CanDeleteKeys interface

* Apply fixes from StyleCI

* CanFindByAnyKey interface

* Apply fixes from StyleCI

* Ditch models for custom repositories

* Resolve circular dependency

* Apply fixes from StyleCI

* Fix tests

* Apply fixes from StyleCI

* FutureTest

* Prefix tenant events with 'tenant.'

* Event listener arguments test
2019-10-27 21:10:41 +01:00
..
Etc [2.1.0] Initialize tenancy before executing controller constructors (#169) 2019-10-15 20:23:56 +02:00
CacheManagerTest.php [2.2.0] [WIP] Add functionality (#206) 2019-10-27 21:10:41 +01:00
CommandsTest.php [2.1.0] Initialize tenancy before executing controller constructors (#169) 2019-10-15 20:23:56 +02:00
DatabaseManagerTest.php [2.x] Don't purge central connections (#189) 2019-10-19 23:52:13 +02:00
DataSeparationTest.php Fix some tests 2019-09-16 17:36:32 +02:00
FacadeTest.php Apply fixes from StyleCI 2019-09-19 18:41:10 +00:00
FutureTest.php [2.2.0] [WIP] Add functionality (#206) 2019-10-27 21:10:41 +01:00
GlobalCacheTest.php Fix some tests 2019-09-16 16:57:55 +02:00
QueueTest.php [2.1.0] Central queue connections (#181) 2019-10-17 21:00:52 +02:00
ReidentificationTest.php Add missing \ 2019-09-19 20:48:37 +02:00
TenancyBootstrappersTest.php Apply fixes from StyleCI 2019-09-20 14:58:01 +00:00
TenantAssetTest.php Apply fixes from StyleCI 2019-09-21 17:29:17 +00:00
TenantClassTest.php [2.1.0] Tenant Run (#163) 2019-10-11 21:02:54 +02:00
TenantConfigTest.php Disable TenantConfig by default 2019-10-04 21:33:48 +02:00
TenantDatabaseManagerTest.php Create MySQL/PostgreSQL DBs while using sqlite as the central DB driver 2019-09-21 11:11:36 +02:00
TenantManagerEventsTest.php Fix event tests 2019-09-16 18:38:23 +02:00
TenantManagerTest.php [2.2.0] [WIP] Add functionality (#206) 2019-10-27 21:10:41 +01:00
TenantRedirectMacroTest.php Disable all features by default 2019-10-04 22:10:02 +02:00
TenantStorageTest.php [2.2.0] [WIP] Add functionality (#206) 2019-10-27 21:10:41 +01:00
TestCase.php [2.1.0] Central queue connections (#181) 2019-10-17 21:00:52 +02:00