Security update for Core, with self-updated composer
[yaffs-website] / web / core / tests / Drupal / Tests / Core / Path / PathValidatorTest.php
index 2bfb1c9ea9746abb06889d36ebfd7fac57483f62..5511f0abfcdef61656e2e6cd361dee52af57df07 100644 (file)
@@ -133,7 +133,6 @@ class PathValidatorTest extends UnitTestCase {
       ->method('processInbound')
       ->willReturnArgument(0);
 
-
     $this->assertTrue($this->pathValidator->isValid('test-path'));
   }