Skip to content
Snippets Groups Projects
Verified Commit ddc25ea1 authored by Lee Rowlands's avatar Lee Rowlands
Browse files

Issue #3400018 by mstrelan, xjm: Add declare(strict_types=1) to all Functional JavaScript tests

(cherry picked from commit 5247e642)
parent be9cfcda
Branches
Tags
17 merge requests!8376Drupal views: adding more granularity to the ‘use ajax’ functionality,!8300Issue #3443586 View area displays even when parent view has no results.,!7567Issue #3153723 by quietone, Hardik_Patel_12: Change the scaffolding...,!7565Issue #3153723 by quietone, Hardik_Patel_12: Change the scaffolding...,!7509Change label "Block description" to "Block type",!7344Issue #3292350 by O'Briat, KlemenDEV, hswong3i, smustgrave, quietone: Update...,!6922Issue #3412959 by quietone, smustgrave, longwave: Fix 12 'un' words,!6848Issue #3417553 by longwave: Remove withConsecutive() in CacheCollectorTest,!6720Revert "Issue #3358581 by pfrenssen, _tarik_, a.dmitriiev, smustgrave:...,!6560Update ClaroPreRender.php, confirming classes provided are in array format,!6528Issue #3414261 by catch: Add authenticated user umami performance tests,!6501Issue #3263668 by omkar-pd, Wim Leers, hooroomoo: Re-enable inline form errors...,!6354Draft: Issue #3380392 by phma: Updating language weight from the overview reverts label if translated,!6324Issue #3416723 by Ludo.R: Provide a "node type" views default argument,!6119Issue #3405704 by Spokje, longwave: symfony/psr-http-message-bridge major version bump,!5950Issue #3403653 by alexpott, longwave: Incorporate improvements to how contrib runs PHPStan to core,!5858Issue #3401971 by fjgarlin: Test-only job shouldn't require constant rebases...
Pipeline #62808 passed with warnings
Pipeline: drupal

#62816

    Pipeline: drupal

    #62814

      Pipeline: drupal

      #62813

        Showing
        with 38 additions and 2 deletions
        <?php
        declare(strict_types=1);
        namespace Drupal\Tests\action\FunctionalJavascript;
        use Drupal\Core\Url;
        ......
        <?php
        declare(strict_types=1);
        namespace Drupal\Tests\announcements_feed\FunctionalJavascript;
        use Drupal\Tests\system\FunctionalJavascript\OffCanvasTestBase;
        ......
        <?php
        declare(strict_types=1);
        namespace Drupal\Tests\announcements_feed\FunctionalJavascript;
        use Drupal\Tests\system\FunctionalJavascript\OffCanvasTestBase;
        ......
        <?php
        declare(strict_types=1);
        namespace Drupal\Tests\big_pipe\FunctionalJavascript;
        use Drupal\FunctionalJavascriptTests\WebDriverTestBase;
        ......
        <?php
        declare(strict_types=1);
        namespace Drupal\Tests\big_pipe\FunctionalJavascript;
        use Drupal\big_pipe\Render\BigPipe;
        ......
        <?php
        declare(strict_types=1);
        namespace Drupal\Tests\block\FunctionalJavascript;
        use Drupal\FunctionalJavascriptTests\WebDriverTestBase;
        ......
        <?php
        declare(strict_types=1);
        namespace Drupal\Tests\block\FunctionalJavascript;
        use Drupal\FunctionalJavascriptTests\WebDriverTestBase;
        ......
        <?php
        declare(strict_types=1);
        namespace Drupal\Tests\block\FunctionalJavascript;
        use Drupal\FunctionalJavascriptTests\WebDriverTestBase;
        ......
        <?php
        declare(strict_types=1);
        namespace Drupal\Tests\block\FunctionalJavascript;
        use Behat\Mink\Element\NodeElement;
        ......
        <?php
        declare(strict_types=1);
        namespace Drupal\Tests\book\FunctionalJavascript;
        use Behat\Mink\Exception\ExpectationException;
        ......
        <?php
        declare(strict_types=1);
        namespace Drupal\Tests\ckeditor5\FunctionalJavascript;
        // cspell:ignore sourceediting
        ......
        <?php
        declare(strict_types=1);
        namespace Drupal\Tests\ckeditor5\FunctionalJavascript;
        use Drupal\Core\Entity\Entity\EntityViewMode;
        ......
        <?php
        declare(strict_types=1);
        namespace Drupal\Tests\ckeditor5\FunctionalJavascript;
        use Drupal\ckeditor5\Plugin\Editor\CKEditor5;
        ......
        <?php
        declare(strict_types=1);
        namespace Drupal\Tests\ckeditor5\FunctionalJavascript;
        use Drupal\Core\Entity\Entity\EntityFormDisplay;
        ......
        <?php
        declare(strict_types=1);
        namespace Drupal\Tests\ckeditor5\FunctionalJavascript;
        /**
        ......
        <?php
        declare(strict_types = 1);
        declare(strict_types=1);
        namespace Drupal\Tests\ckeditor5\FunctionalJavascript;
        ......
        <?php
        declare(strict_types=1);
        namespace Drupal\Tests\ckeditor5\FunctionalJavascript;
        use Drupal\ckeditor5\Plugin\Editor\CKEditor5;
        ......
        <?php
        declare(strict_types=1);
        namespace Drupal\Tests\ckeditor5\FunctionalJavascript;
        use Behat\Mink\Element\TraversableElement;
        ......
        <?php
        declare(strict_types = 1);
        declare(strict_types=1);
        namespace Drupal\Tests\ckeditor5\FunctionalJavascript;
        ......
        <?php
        declare(strict_types=1);
        namespace Drupal\Tests\ckeditor5\FunctionalJavascript;
        // cspell:ignore subtheming
        ......
        0% Loading or .
        You are about to add 0 people to the discussion. Proceed with caution.
        Please register or to comment