- π¬π§United Kingdom catch
Updated the proposed resolution. Looks good.
The last submitted patch, 22: 3221633-14.patch, failed testing. View results β
The last submitted patch, 22: 3221633-14.patch, failed testing. View results β
-
larowlan β
committed c1397877 on 10.0.x
Issue #3221633 by bircher, lind101, smustgrave, quietone, Zemelia:...
-
larowlan β
committed c1397877 on 10.0.x
-
larowlan β
committed e5e016e1 on 10.1.x
Issue #3221633 by bircher, lind101, smustgrave, quietone, Zemelia:...
-
larowlan β
committed e5e016e1 on 10.1.x
- π¦πΊAustralia larowlan π¦πΊπ.au GMT+10
Fixed on commit for consistency with how we use asserts in core
diff --git a/core/tests/Drupal/KernelTests/Core/Batch/BatchNegotiatorTest.php b/core/tests/Drupal/KernelTests/Core/Batch/BatchNegotiatorTest.php index 473b098a69a..466bc216aad 100644 --- a/core/tests/Drupal/KernelTests/Core/Batch/BatchNegotiatorTest.php +++ b/core/tests/Drupal/KernelTests/Core/Batch/BatchNegotiatorTest.php @@ -33,7 +33,7 @@ public function testApplies() { // The negotiator under test. $negotiator = $this->container->get('theme.negotiator.system.batch'); - self::assertTrue($negotiator->applies($routeMatch)); + $this->assertTrue($negotiator->applies($routeMatch)); } }
Committed to 10.1.x and backported to 9.5.x and 10.0.x
Thanks folks
- Status changed to Fixed
over 1 year ago 12:48am 29 March 2023 -
larowlan β
committed 3b1b6b2e on 9.5.x
Issue #3221633 by bircher, lind101, smustgrave, quietone, Zemelia:...
-
larowlan β
committed 3b1b6b2e on 9.5.x
Automatically closed - issue fixed for 2 weeks with no activity.