From 46e7820efcf5cc858b66fb474fbdc708f023c4f3 Mon Sep 17 00:00:00 2001
From: nnevill <nnevill@835208.no-reply.drupal.org>
Date: Sat, 29 Jan 2022 15:53:06 +0000
Subject: [PATCH] Issue #3261294: Fix typo in testGateBadConfigration

---
 tests/src/Unit/process/GateTest.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/src/Unit/process/GateTest.php b/tests/src/Unit/process/GateTest.php
index d1f66f91..79c7ae60 100644
--- a/tests/src/Unit/process/GateTest.php
+++ b/tests/src/Unit/process/GateTest.php
@@ -155,7 +155,7 @@ class GateTest extends MigrateProcessTestCase {
    *
    * @dataProvider badConfigurationProvider
    */
-  public function testGateBadConfigration($configuration, $message): void {
+  public function testGateBadConfiguration($configuration, $message): void {
     $this->expectException(\InvalidArgumentException::class);
     $this->expectExceptionMessage($message);
     new Gate($configuration, 'gate', []);
-- 
GitLab