We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62f8fa7 commit 995cafeCopy full SHA for 995cafe
tests/Localized/GenerateTest.php
@@ -4,6 +4,7 @@
4
5
use Illuminate\Filesystem\Filesystem;
6
use Statamic\Facades\Config;
7
+use Statamic\Facades\Site;
8
use Tests\Concerns\RunsGeneratorCommand;
9
use Tests\TestCase;
10
@@ -18,8 +19,9 @@ protected function getEnvironmentSetUp($app)
18
19
parent::getEnvironmentSetUp($app);
20
21
$app['config']->set('statamic.editions.pro', true);
22
+ $app['config']->set('statamic.system.multisite', true);
23
- $app['config']->set('statamic.sites.sites', [
24
+ Site::setSites([
25
'default' => [
26
'name' => 'English',
27
'locale' => 'en_US',
0 commit comments