- last update
over 1 year ago Patch Failed to Apply - Status changed to RTBC
over 1 year ago 9:27pm 28 April 2023 - last update
over 1 year ago 28 pass, 3 fail - last update
over 1 year ago Patch Failed to Apply - Status changed to Needs work
over 1 year ago 10:04pm 28 April 2023 - heddn Nicaragua
+++ b/tests/src/Kernel/EntityCloneEntityTypeSettingsTest.php @@ -0,0 +1,36 @@ + $entity_clone_settings->set('form_settings', $form_settings)->save();
The test should add an assert. Something like the following would probably be enough:
try { $result = $this->configImporter()->validate(); $this->assertInstanceOf(ConfigImporter::class, $result); } catch (ConfigImporterException $e) { $this->fail('A ConfigImporterException was thrown. This should not happen.'); }
- First commit to issue fork.
- heddn Nicaragua
The MR is simply a rehash of the latest patch. Can we add the requested test coverage too?
- 🇷🇺Russia sorlov
Added assertion to
EntityCloneEntityTypeSettingsTest
but now got it failed