X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Ftests%2FDrupal%2FTests%2FCore%2FForm%2FConfigFormBaseTraitTest.php;h=4d95e0b0bcca51054226da9f7579bbd2bb0317db;hp=14e03cb565cb93aff0e384351fd5c1f02f89212f;hb=0bf8d09d2542548982e81a441b1f16e75873a04f;hpb=74df008bdbb3a11eeea356744f39b802369bda3c diff --git a/web/core/tests/Drupal/Tests/Core/Form/ConfigFormBaseTraitTest.php b/web/core/tests/Drupal/Tests/Core/Form/ConfigFormBaseTraitTest.php index 14e03cb56..4d95e0b0b 100644 --- a/web/core/tests/Drupal/Tests/Core/Form/ConfigFormBaseTraitTest.php +++ b/web/core/tests/Drupal/Tests/Core/Form/ConfigFormBaseTraitTest.php @@ -19,7 +19,7 @@ class ConfigFormBaseTraitTest extends UnitTestCase { // Set up some configuration in a mocked config factory. $trait->configFactory = $this->getConfigFactoryStub([ 'editable.config' => [], - 'immutable.config' => [] + 'immutable.config' => [], ]); $trait->expects($this->any())