1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 19:34:04 +00:00
tenancy/tests
Samuel Štancl b47c5549ef
[4.x] Migrate tests to Pest (#884)
* Add Pest dependencies

* Add base Pest file

* Convert test cases

* Remove non-compound imports

* Adopt expectation API

* Optimize uses

* Shift cleanup

* phpunit -> pest

* Fix tests in PR #884 PHPUnit to Pest Converter  (#885)

* fixed tests, remove method duplications, restore necessary inner classes

* Update CommandsTest.php

* temporary checks run on `shift-64622` on branch.

* fixed `TestSeeder` class not resolved

* fixed messed up names

* removed `uses` from individual files and add it in `Pest`

* extract tests to helpers

* use pest dataset

* Update AutomaticModeTest.php

* newline

* todo convention

* resolve reviews

* added `// todo@tests`

* remove shift branch from CI workflow

Co-authored-by: Samuel Štancl <samuel@archte.ch>

* check if I have write permission

* Convert newly added tests to Pest

Co-authored-by: Shift <shift@laravelshift.com>
Co-authored-by: Abrar Ahmad <abrar.dev99@gmail.com>
2022-07-22 19:26:59 +02:00
..
Etc [4.x] Migrate tests to Pest (#884) 2022-07-22 19:26:59 +02:00
Features [4.x] Migrate tests to Pest (#884) 2022-07-22 19:26:59 +02:00
AutomaticModeTest.php [4.x] Migrate tests to Pest (#884) 2022-07-22 19:26:59 +02:00
BootstrapperTest.php [4.x] Migrate tests to Pest (#884) 2022-07-22 19:26:59 +02:00
CachedTenantResolverTest.php [4.x] Migrate tests to Pest (#884) 2022-07-22 19:26:59 +02:00
CacheManagerTest.php [4.x] Migrate tests to Pest (#884) 2022-07-22 19:26:59 +02:00
CombinedDomainAndSubdomainIdentificationTest.php [4.x] Migrate tests to Pest (#884) 2022-07-22 19:26:59 +02:00
CommandsTest.php [4.x] Migrate tests to Pest (#884) 2022-07-22 19:26:59 +02:00
DatabasePreparationTest.php [4.x] Migrate tests to Pest (#884) 2022-07-22 19:26:59 +02:00
DatabaseUsersTest.php [4.x] Migrate tests to Pest (#884) 2022-07-22 19:26:59 +02:00
DeleteDomainsJobTest.php [4.x] Migrate tests to Pest (#884) 2022-07-22 19:26:59 +02:00
DomainTest.php [4.x] Migrate tests to Pest (#884) 2022-07-22 19:26:59 +02:00
EventListenerTest.php [4.x] Migrate tests to Pest (#884) 2022-07-22 19:26:59 +02:00
GlobalCacheTest.php [4.x] Migrate tests to Pest (#884) 2022-07-22 19:26:59 +02:00
MaintenanceModeTest.php [4.x] Migrate tests to Pest (#884) 2022-07-22 19:26:59 +02:00
PathIdentificationTest.php [4.x] Migrate tests to Pest (#884) 2022-07-22 19:26:59 +02:00
Pest.php [4.x] Migrate tests to Pest (#884) 2022-07-22 19:26:59 +02:00
QueueTest.php [4.x] Migrate tests to Pest (#884) 2022-07-22 19:26:59 +02:00
RequestDataIdentificationTest.php [4.x] Migrate tests to Pest (#884) 2022-07-22 19:26:59 +02:00
ResourceSyncingTest.php [4.x] Migrate tests to Pest (#884) 2022-07-22 19:26:59 +02:00
ScopeSessionsTest.php [4.x] Migrate tests to Pest (#884) 2022-07-22 19:26:59 +02:00
SingleDatabaseTenancyTest.php [4.x] Migrate tests to Pest (#884) 2022-07-22 19:26:59 +02:00
SubdomainTest.php [4.x] Migrate tests to Pest (#884) 2022-07-22 19:26:59 +02:00
TenantAssetTest.php [4.x] Migrate tests to Pest (#884) 2022-07-22 19:26:59 +02:00
TenantAwareCommandTest.php [4.x] Migrate tests to Pest (#884) 2022-07-22 19:26:59 +02:00
TenantDatabaseManagerTest.php [4.x] Migrate tests to Pest (#884) 2022-07-22 19:26:59 +02:00
TenantModelTest.php [4.x] Migrate tests to Pest (#884) 2022-07-22 19:26:59 +02:00
TenantUserImpersonationTest.php [4.x] Migrate tests to Pest (#884) 2022-07-22 19:26:59 +02:00
TestCase.php [4.x] Added support for Microsoft Sql Server (#715) 2022-06-23 13:04:53 +02:00
UniversalRouteTest.php [4.x] Migrate tests to Pest (#884) 2022-07-22 19:26:59 +02:00