X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Ftests%2FDrupal%2FTests%2FCore%2FForm%2FFormStateDecoratorBaseTest.php;h=c677fd39d40c869ed6257877878709dd22b142a7;hp=de7baa996d7a1f5e4137c99edae36bb146c80bc5;hb=0bf8d09d2542548982e81a441b1f16e75873a04f;hpb=74df008bdbb3a11eeea356744f39b802369bda3c diff --git a/web/core/tests/Drupal/Tests/Core/Form/FormStateDecoratorBaseTest.php b/web/core/tests/Drupal/Tests/Core/Form/FormStateDecoratorBaseTest.php index de7baa996..c677fd39d 100644 --- a/web/core/tests/Drupal/Tests/Core/Form/FormStateDecoratorBaseTest.php +++ b/web/core/tests/Drupal/Tests/Core/Form/FormStateDecoratorBaseTest.php @@ -287,7 +287,7 @@ class FormStateDecoratorBaseTest extends UnitTestCase { * @dataProvider providerLimitValidationErrors * * @param array[]|null $limit_validation_errors - * Any valid vlaue for + * Any valid value for * \Drupal\Core\Form\FormStateInterface::getLimitValidationErrors()'s * return value; */ @@ -1119,6 +1119,7 @@ class FormStateDecoratorBaseTest extends UnitTestCase { $this->assertSame($values, $this->formStateDecoratorBase->getValues()); } + /** * @covers ::getValue */ @@ -1253,7 +1254,7 @@ class FormStateDecoratorBaseTest extends UnitTestCase { public function testSetRedirect() { $route_name = 'foo'; $route_parameters = [ - 'bar' => 'baz' + 'bar' => 'baz', ]; $options = [ 'qux' => 'foo',