Loading core/modules/field/tests/src/Functional/NestedFormTest.php +1 −1 Original line number Diff line number Diff line Loading @@ -217,7 +217,7 @@ public function testNestedEntityFormEntityLevelValidation() { // Display the 'combined form'. $this->drupalGet("test-entity-constraints/nested/{$entity_1->id()}/{$entity_2->id()}"); $assert_session->hiddenFieldValueEquals('entity_2[changed]', REQUEST_TIME); $assert_session->hiddenFieldValueEquals('entity_2[changed]', (string) REQUEST_TIME); // Submit the form and check that the entities are updated accordingly. $assert_session->hiddenFieldExists('entity_2[changed]') Loading core/modules/system/src/Tests/Routing/MockAliasManager.php +2 −0 Original line number Diff line number Diff line <?php declare(strict_types=1); namespace Drupal\system\Tests\Routing; use Drupal\path_alias\AliasManagerInterface; Loading core/modules/system/src/Tests/Routing/MockRouteProvider.php +2 −0 Original line number Diff line number Diff line <?php declare(strict_types=1); namespace Drupal\system\Tests\Routing; use Symfony\Component\HttpFoundation\Request; Loading core/tests/Drupal/TestSite/Commands/TestSiteInstallCommand.php +2 −0 Original line number Diff line number Diff line <?php declare(strict_types=1); namespace Drupal\TestSite\Commands; use Drupal\Core\Config\ConfigImporter; Loading core/tests/Drupal/TestSite/Commands/TestSiteReleaseLocksCommand.php +2 −0 Original line number Diff line number Diff line <?php declare(strict_types=1); namespace Drupal\TestSite\Commands; use Drupal\Core\Test\TestDatabase; Loading Loading
core/modules/field/tests/src/Functional/NestedFormTest.php +1 −1 Original line number Diff line number Diff line Loading @@ -217,7 +217,7 @@ public function testNestedEntityFormEntityLevelValidation() { // Display the 'combined form'. $this->drupalGet("test-entity-constraints/nested/{$entity_1->id()}/{$entity_2->id()}"); $assert_session->hiddenFieldValueEquals('entity_2[changed]', REQUEST_TIME); $assert_session->hiddenFieldValueEquals('entity_2[changed]', (string) REQUEST_TIME); // Submit the form and check that the entities are updated accordingly. $assert_session->hiddenFieldExists('entity_2[changed]') Loading
core/modules/system/src/Tests/Routing/MockAliasManager.php +2 −0 Original line number Diff line number Diff line <?php declare(strict_types=1); namespace Drupal\system\Tests\Routing; use Drupal\path_alias\AliasManagerInterface; Loading
core/modules/system/src/Tests/Routing/MockRouteProvider.php +2 −0 Original line number Diff line number Diff line <?php declare(strict_types=1); namespace Drupal\system\Tests\Routing; use Symfony\Component\HttpFoundation\Request; Loading
core/tests/Drupal/TestSite/Commands/TestSiteInstallCommand.php +2 −0 Original line number Diff line number Diff line <?php declare(strict_types=1); namespace Drupal\TestSite\Commands; use Drupal\Core\Config\ConfigImporter; Loading
core/tests/Drupal/TestSite/Commands/TestSiteReleaseLocksCommand.php +2 −0 Original line number Diff line number Diff line <?php declare(strict_types=1); namespace Drupal\TestSite\Commands; use Drupal\Core\Test\TestDatabase; Loading