Skip to content

Commit

Permalink
Update LocaleLanderTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
afonic committed Mar 4, 2024
1 parent 977d126 commit 2812d88
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tests/Feature/LocaleLanderTest.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

use Illuminate\Support\Facades\Config;
use Illuminate\Support\Facades\Artisan;
use Illuminate\Support\Facades\Config;
use Reach\LocaleLander\Tests\CreatesEntries;
use Reach\LocaleLander\Tests\FakesViews;
use Reach\LocaleLander\Tests\PreventSavingStacheItemsToDisk;
Expand Down Expand Up @@ -105,9 +105,6 @@ public function it_does_not_redirect_if_content_unpublished()
public function it_does_not_redirect_if_redirect_disabled()
{
Config::set('locale-lander.enable_redirection', false);
$this->withStandardFakeViews();

$this->createMultisiteEntries();

Facades\Stache::clear();

Expand Down

0 comments on commit 2812d88

Please sign in to comment.