commit 590fd17d2bee2a8c9e46d6ff6b0b70cc501763da Author: fago Date: Fri Dec 12 18:55:35 2014 +0100 Reverting accidential change. diff --git a/core/modules/simpletest/src/Tests/KernelTestBaseTest.php b/core/modules/simpletest/src/Tests/KernelTestBaseTest.php index 8bf777c..62612dd 100644 --- a/core/modules/simpletest/src/Tests/KernelTestBaseTest.php +++ b/core/modules/simpletest/src/Tests/KernelTestBaseTest.php @@ -40,7 +40,7 @@ function testSetUp() { $table = 'entity_test'; // Verify that specified $modules have been loaded. - $this->assertTrue(function_exists('entity_test_entity_bundle_info'), 'entity_test_extra.module was loaded.'); + $this->assertTrue(function_exists('entity_test_entity_bundle_info'), 'entity_test.module was loaded.'); // Verify that there is a fixed module list. $this->assertIdentical(array_keys(\Drupal::moduleHandler()->getModuleList()), $modules); $this->assertIdentical(\Drupal::moduleHandler()->getImplementations('entity_bundle_info'), ['entity_test']);