Loading core/modules/jsonapi/tests/src/Functional/SearchPageTest.php→core/modules/search/tests/src/Functional/Jsonapi/SearchPageTest.php +3 −2 Original line number Diff line number Diff line Loading @@ -2,11 +2,12 @@ declare(strict_types=1); namespace Drupal\Tests\jsonapi\Functional; namespace Drupal\Tests\search\Functional\Jsonapi; use Drupal\Core\Url; use Drupal\jsonapi\JsonApiSpec; use Drupal\search\Entity\SearchPage; use Drupal\Tests\jsonapi\Functional\ConfigEntityResourceTestBase; use PHPUnit\Framework\Attributes\Group; use PHPUnit\Framework\Attributes\RunTestsInSeparateProcesses; Loading @@ -14,7 +15,7 @@ /** * JSON:API integration test for the "SearchPage" config entity type. */ #[Group('jsonapi')] #[Group('search')] #[RunTestsInSeparateProcesses] class SearchPageTest extends ConfigEntityResourceTestBase { Loading core/modules/user/tests/src/Functional/UserSearchTest.php→core/modules/search/tests/src/Functional/user/UserSearchTest.php +2 −2 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ declare(strict_types=1); namespace Drupal\Tests\user\Functional; namespace Drupal\Tests\search\Functional\user; use Drupal\Tests\BrowserTestBase; use PHPUnit\Framework\Attributes\Group; Loading @@ -11,7 +11,7 @@ /** * Verifies that sensitive information is hidden from unauthorized users. */ #[Group('user')] #[Group('search')] #[RunTestsInSeparateProcesses] class UserSearchTest extends BrowserTestBase { Loading Loading
core/modules/jsonapi/tests/src/Functional/SearchPageTest.php→core/modules/search/tests/src/Functional/Jsonapi/SearchPageTest.php +3 −2 Original line number Diff line number Diff line Loading @@ -2,11 +2,12 @@ declare(strict_types=1); namespace Drupal\Tests\jsonapi\Functional; namespace Drupal\Tests\search\Functional\Jsonapi; use Drupal\Core\Url; use Drupal\jsonapi\JsonApiSpec; use Drupal\search\Entity\SearchPage; use Drupal\Tests\jsonapi\Functional\ConfigEntityResourceTestBase; use PHPUnit\Framework\Attributes\Group; use PHPUnit\Framework\Attributes\RunTestsInSeparateProcesses; Loading @@ -14,7 +15,7 @@ /** * JSON:API integration test for the "SearchPage" config entity type. */ #[Group('jsonapi')] #[Group('search')] #[RunTestsInSeparateProcesses] class SearchPageTest extends ConfigEntityResourceTestBase { Loading
core/modules/user/tests/src/Functional/UserSearchTest.php→core/modules/search/tests/src/Functional/user/UserSearchTest.php +2 −2 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ declare(strict_types=1); namespace Drupal\Tests\user\Functional; namespace Drupal\Tests\search\Functional\user; use Drupal\Tests\BrowserTestBase; use PHPUnit\Framework\Attributes\Group; Loading @@ -11,7 +11,7 @@ /** * Verifies that sensitive information is hidden from unauthorized users. */ #[Group('user')] #[Group('search')] #[RunTestsInSeparateProcesses] class UserSearchTest extends BrowserTestBase { Loading