Skip to content

Commit 8919da0

Browse files
committed
Update assertions. getting_started widget has been removed.
1 parent 1c95dbc commit 8919da0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"mustangostang/spyc": "dev-master#dfd9aadc1f5224065d55b42b712c7e99a50a3f4d"
88
},
99
"require-dev": {
10-
"statamic/cms": "^v6.0.0-alpha.3",
10+
"statamic/cms": "^v6.0.0-alpha.15",
1111
"mockery/mockery": "^1.4.4",
1212
"orchestra/testbench": "^10.0",
1313
"phpunit/phpunit": "^11.0"

tests/MigrateSettingsTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ public function it_doesnt_touch_assets_config_if_empty()
7272
public function it_migrates_cp_settings()
7373
{
7474
$this->assertConfigFileContains('cp.php', <<<'EOT'
75-
'getting_started',
75+
//
7676
EOT
7777
);
7878

@@ -85,7 +85,7 @@ public function it_migrates_cp_settings()
8585

8686
$this->assertConfigFileContains('cp.php', <<<'EOT'
8787
'widgets' => [
88-
'getting_started',
88+
//
8989
[
9090
'type' => 'collection',
9191
'collection' => 'blog',

0 commit comments

Comments
 (0)