Kernel test for the ConfigEntityDependencyCollector.

Comments

m.yudin created an issue. See original summary.

m.yudin’s picture

StatusFileSize
new6.43 KB
m.yudin’s picture

StatusFileSize
new6.27 KB
eclipsegc’s picture

Status: Needs review » Needs work
+++ b/tests/src/Kernel/EventSubscriber/DependencyCollector/ConfigEntityDependencyCollectorTest.php
@@ -99,6 +114,82 @@ class ConfigEntityDependencyCollectorTest extends KernelTestBase {
+    $this->assertTrue(in_array('language', $csDependencies['module'], TRUE));
+    $this->assertTrue(in_array('language', $frDependencies['module'], TRUE));

assertTrue is no longer allowed in Drupal 9. Can we pick a different assertion for these?

eclipsegc’s picture

Status: Needs work » Fixed

I went ahead and made the minor adjustments I asked for here and committed it.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.