diff --git a/core/includes/batch.inc b/core/includes/batch.inc index aba311e..ff0b4cb 100644 --- a/core/includes/batch.inc +++ b/core/includes/batch.inc @@ -3,11 +3,6 @@ /** * @file * Batch processing API for processes to run in multiple HTTP requests. - */ - -use \Symfony\Component\HttpFoundation\JsonResponse; - - /** * * Note that batches are usually invoked by form submissions, which is * why the core interaction functions of the batch processing API live in @@ -19,6 +14,8 @@ * @see batch_get() */ +use \Symfony\Component\HttpFoundation\JsonResponse; + /** * Loads a batch from the database. * diff --git a/core/includes/bootstrap.inc b/core/includes/bootstrap.inc index a544403..dfb61e1 100644 --- a/core/includes/bootstrap.inc +++ b/core/includes/bootstrap.inc @@ -1,25 +1,24 @@ drupalLogin($admin_user); } - /** - * Tests the availability of the syndicate block. - */ function testSearchFormBlock() { // Set block title to confirm that the interface is available. $this->drupalPost('admin/structure/block/manage/search/form/configure', array('title' => $this->randomName(8)), t('Save block'));