Skip to content
Snippets Groups Projects

Issue #3271144: Ensure new, changed or deleted service definitions are in the correct state after an update

Merged Issue #3271144: Ensure new, changed or deleted service definitions are in the correct state after an update
All threads resolved!
All threads resolved!
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -108,7 +108,7 @@ class PackageUpdateTest extends TemplateProjectTestBase {
// Services added to the updated module should be available and return
// the expected value.
'new service exists' => 'exists',
'value of new service' => 'New service, should not exist before update',
'value of new service' => 'New service, should not exist before update',
];
$this->assertSame($expected_post_apply_results, $results['post']);
}
Loading