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 8919da0 commit ea00532Copy full SHA for ea00532
tests/MigrateSiteTest.php
@@ -192,13 +192,13 @@ public function it_migrates_groups()
192
/** @test */
193
public function it_migrates_settings()
194
{
195
- $this->assertCount(1, config('statamic.cp.widgets'));
+ $this->assertCount(0, config('statamic.cp.widgets'));
196
197
$this->artisan('statamic:migrate:site');
198
199
Configurator::file('statamic/cp.php')->refresh();
200
201
- $this->assertCount(4, config('statamic.cp.widgets'));
+ $this->assertCount(3, config('statamic.cp.widgets'));
202
}
203
204
0 commit comments