X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Faction%2Ftests%2Fsrc%2FFunctional%2FActionListTest.php;fp=web%2Fcore%2Fmodules%2Faction%2Ftests%2Fsrc%2FFunctional%2FActionListTest.php;h=28eda681876c2af7cda6432e789f17b384dc033a;hp=309160f4be9c0309ad0b068e17830534cef0da67;hb=0bf8d09d2542548982e81a441b1f16e75873a04f;hpb=74df008bdbb3a11eeea356744f39b802369bda3c diff --git a/web/core/modules/action/tests/src/Functional/ActionListTest.php b/web/core/modules/action/tests/src/Functional/ActionListTest.php index 309160f4b..28eda6818 100644 --- a/web/core/modules/action/tests/src/Functional/ActionListTest.php +++ b/web/core/modules/action/tests/src/Functional/ActionListTest.php @@ -28,10 +28,10 @@ class ActionListTest extends BrowserTestBase { // Ensure the empty text appears on the action list page. /** @var $storage \Drupal\Core\Entity\EntityStorageInterface */ $storage = $this->container->get('entity.manager')->getStorage('action'); - $actions = $storage->loadMultiple(); + $actions = $storage->loadMultiple(); $storage->delete($actions); $this->drupalGet('/admin/config/system/actions'); - $this->assertRaw('There is no Action yet.'); + $this->assertRaw('There are no actions yet.'); } }