Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / workflows / tests / src / Unit / WorkflowTest.php
index dc77a3d2f622946821348d7caa48d4fccec039ef..c10ddf95a94de6e01370f8751047dbfd1083786b 100644 (file)
@@ -417,7 +417,6 @@ class WorkflowTest extends UnitTestCase {
     $this->assertArrayEquals([], array_keys($workflow->getTypePlugin()->getTransitions([])));
   }
 
-
   /**
    * @covers ::getTransition
    */
@@ -474,7 +473,6 @@ class WorkflowTest extends UnitTestCase {
     $this->assertEquals(['archive'], array_keys($workflow->getTypePlugin()->getTransitionsForState('archived', 'to')));
   }
 
-
   /**
    * @covers ::getTransitionFromStateToState
    * @covers ::hasTransitionFromStateToState