Loading core/modules/system/tests/src/Functional/Entity/EntityReferenceSelection/EntityReferenceSelectionAccessTest.php→core/modules/system/tests/src/Kernel/Entity/EntityReferenceSelection/EntityReferenceSelectionAccessTest.php +6 −6 Original line number Diff line number Diff line <?php namespace Drupal\Tests\system\Functional\Entity\EntityReferenceSelection; namespace Drupal\Tests\system\Kernel\Entity\EntityReferenceSelection; use Drupal\comment\Tests\CommentTestTrait; use Drupal\Component\Utility\Html; Loading Loading @@ -117,7 +117,7 @@ protected function assertReferenceable(array $selection_options, array $tests, s /** * Tests the node-specific overrides of the entity handler. */ public function testNodeHandler() { public function testNodeHandler(): void { $selection_options = [ 'target_type' => 'node', 'handler' => 'default', Loading Loading @@ -241,7 +241,7 @@ public function testNodeHandler() { /** * Tests the user-specific overrides of the entity handler. */ public function testUserHandler() { public function testUserHandler(): void { $selection_options = [ 'target_type' => 'user', 'handler' => 'default', Loading Loading @@ -400,7 +400,7 @@ public function testUserHandler() { /** * Tests the comment-specific overrides of the entity handler. */ public function testCommentHandler() { public function testCommentHandler(): void { $selection_options = [ 'target_type' => 'comment', 'handler' => 'default', Loading Loading @@ -558,7 +558,7 @@ public function testCommentHandler() { /** * Tests the term-specific overrides of the selection handler. */ public function testTermHandler() { public function testTermHandler(): void { // Create a 'Tags' vocabulary. Vocabulary::create([ 'name' => 'Tags', Loading Loading @@ -702,7 +702,7 @@ public function testTermHandler() { /** * Tests the selection handler for the media entity type. */ public function testMediaHandler() { public function testMediaHandler(): void { $selection_options = [ 'target_type' => 'media', 'handler' => 'default', Loading Loading
core/modules/system/tests/src/Functional/Entity/EntityReferenceSelection/EntityReferenceSelectionAccessTest.php→core/modules/system/tests/src/Kernel/Entity/EntityReferenceSelection/EntityReferenceSelectionAccessTest.php +6 −6 Original line number Diff line number Diff line <?php namespace Drupal\Tests\system\Functional\Entity\EntityReferenceSelection; namespace Drupal\Tests\system\Kernel\Entity\EntityReferenceSelection; use Drupal\comment\Tests\CommentTestTrait; use Drupal\Component\Utility\Html; Loading Loading @@ -117,7 +117,7 @@ protected function assertReferenceable(array $selection_options, array $tests, s /** * Tests the node-specific overrides of the entity handler. */ public function testNodeHandler() { public function testNodeHandler(): void { $selection_options = [ 'target_type' => 'node', 'handler' => 'default', Loading Loading @@ -241,7 +241,7 @@ public function testNodeHandler() { /** * Tests the user-specific overrides of the entity handler. */ public function testUserHandler() { public function testUserHandler(): void { $selection_options = [ 'target_type' => 'user', 'handler' => 'default', Loading Loading @@ -400,7 +400,7 @@ public function testUserHandler() { /** * Tests the comment-specific overrides of the entity handler. */ public function testCommentHandler() { public function testCommentHandler(): void { $selection_options = [ 'target_type' => 'comment', 'handler' => 'default', Loading Loading @@ -558,7 +558,7 @@ public function testCommentHandler() { /** * Tests the term-specific overrides of the selection handler. */ public function testTermHandler() { public function testTermHandler(): void { // Create a 'Tags' vocabulary. Vocabulary::create([ 'name' => 'Tags', Loading Loading @@ -702,7 +702,7 @@ public function testTermHandler() { /** * Tests the selection handler for the media entity type. */ public function testMediaHandler() { public function testMediaHandler(): void { $selection_options = [ 'target_type' => 'media', 'handler' => 'default', Loading