mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 19:14:03 +00:00
newline
This commit is contained in:
parent
acbdb4bbca
commit
d8e298771b
11 changed files with 9 additions and 11 deletions
|
|
@ -49,3 +49,4 @@ test('global cache manager stores data in global cache', function () {
|
|||
tenancy()->initialize($tenant1);
|
||||
expect(cache('def'))->toBe('ghi');
|
||||
});
|
||||
|
||||
|
|
|
|||
|
|
@ -560,7 +560,6 @@ test('an event is fired for all touched resources', function () {
|
|||
});
|
||||
});
|
||||
|
||||
// Helpers
|
||||
function migrateTenantsResource()
|
||||
{
|
||||
test()->artisan('tenants:migrate', [
|
||||
|
|
|
|||
|
|
@ -96,8 +96,6 @@ test('asset helper tenancy can be disabled', function () {
|
|||
|
||||
function getEnvironmentSetUp($app)
|
||||
{
|
||||
// parent::getEnvironmentSetUp($app);
|
||||
|
||||
$app->booted(function () {
|
||||
if (file_exists(base_path('routes/tenant.php'))) {
|
||||
Route::middleware(['web'])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue