X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fviews_ui%2Ftests%2Fsrc%2FFunctional%2FStyleUITest.php;fp=web%2Fcore%2Fmodules%2Fviews_ui%2Ftests%2Fsrc%2FFunctional%2FStyleUITest.php;h=62f682a5f9255c7f48eaa0b4599646bd42c43adc;hp=1eb9c7862f4215e2af47a63ced3436f466ce6929;hb=0bf8d09d2542548982e81a441b1f16e75873a04f;hpb=74df008bdbb3a11eeea356744f39b802369bda3c diff --git a/web/core/modules/views_ui/tests/src/Functional/StyleUITest.php b/web/core/modules/views_ui/tests/src/Functional/StyleUITest.php index 1eb9c7862..62f682a5f 100644 --- a/web/core/modules/views_ui/tests/src/Functional/StyleUITest.php +++ b/web/core/modules/views_ui/tests/src/Functional/StyleUITest.php @@ -33,13 +33,13 @@ class StyleUITest extends UITestBase { $this->assertFieldByName('style[type]', 'default', 'The default style plugin selected in the UI should be unformatted list.'); $edit = [ - 'style[type]' => 'test_style' + 'style[type]' => 'test_style', ]; $this->drupalPostForm(NULL, $edit, t('Apply')); $this->assertFieldByName('style_options[test_option]', NULL, 'Make sure the custom settings form from the test plugin appears.'); $random_name = $this->randomMachineName(); $edit = [ - 'style_options[test_option]' => $random_name + 'style_options[test_option]' => $random_name, ]; $this->drupalPostForm(NULL, $edit, t('Apply')); $this->drupalGet($style_options_url);