Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / views / tests / src / Unit / Plugin / Block / ViewsBlockTest.php
index cbe6adef86baca90e40ba38e3056a29efd7c9144..9323b04438b20d3807c52c9c04660a95ec80deef 100644 (file)
@@ -58,7 +58,8 @@ class ViewsBlockTest extends UnitTestCase {
    * {@inheritdoc}
    */
   protected function setUp() {
-    parent::setUp(); // TODO: Change the autogenerated stub
+    // TODO: Change the autogenerated stub.
+    parent::setUp();
     $condition_plugin_manager = $this->getMock('Drupal\Core\Executable\ExecutableManagerInterface');
     $condition_plugin_manager->expects($this->any())
       ->method('getDefinitions')