Verified Commit cdd48761 authored by Dave Long's avatar Dave Long
Browse files

task: #3565781 Deprecate the Search module

By: quietone
By: acbramley
By: catch
parent 4ccdcd3e
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -3,6 +3,8 @@ type: module
description: 'Provides a search plugin for searching site help.'
package: Core
version: VERSION
lifecycle: deprecated
lifecycle_link: https://www.drupal.org/node/3223395#s-search
dependencies:
  - drupal:help
  - drupal:search
+2 −0
Original line number Diff line number Diff line
@@ -8,6 +8,7 @@
use Drupal\Tests\help\Functional\HelpTopicTranslatedTestBase;
use Drupal\Tests\Traits\Core\CronRunTrait;
use PHPUnit\Framework\Attributes\Group;
use PHPUnit\Framework\Attributes\IgnoreDeprecations;
use PHPUnit\Framework\Attributes\RunTestsInSeparateProcesses;

// cspell:ignore asdrsad barmm foomm hilfetestmodul sdeeeee sqruct testen
@@ -17,6 +18,7 @@
 */
#[Group('help')]
#[RunTestsInSeparateProcesses]
#[IgnoreDeprecations]
class HelpTopicSearchTest extends HelpTopicTranslatedTestBase {

  use CronRunTrait;
+2 −0
Original line number Diff line number Diff line
@@ -6,6 +6,7 @@

use Drupal\Tests\BrowserTestBase;
use PHPUnit\Framework\Attributes\Group;
use PHPUnit\Framework\Attributes\IgnoreDeprecations;
use PHPUnit\Framework\Attributes\RunTestsInSeparateProcesses;

/**
@@ -13,6 +14,7 @@
 */
#[Group('help')]
#[RunTestsInSeparateProcesses]
#[IgnoreDeprecations]
class SearchHelpHelpPageTest extends BrowserTestBase {

  /**
+2 −0
Original line number Diff line number Diff line
@@ -8,6 +8,7 @@
use Drupal\KernelTests\KernelTestBase;
use Drupal\search\Plugin\SearchIndexingInterface;
use PHPUnit\Framework\Attributes\Group;
use PHPUnit\Framework\Attributes\IgnoreDeprecations;
use PHPUnit\Framework\Attributes\RunTestsInSeparateProcesses;

/**
@@ -17,6 +18,7 @@
 */
#[Group('help')]
#[RunTestsInSeparateProcesses]
#[IgnoreDeprecations]
class HelpSearchPluginTest extends KernelTestBase {

  /**
+2 −0
Original line number Diff line number Diff line
@@ -3,6 +3,8 @@ type: module
description: 'Provides a search plugin for searching content.'
package: Core
version: VERSION
lifecycle: deprecated
lifecycle_link: https://www.drupal.org/node/3223395#s-search
dependencies:
  - drupal:node
  - drupal:search
Loading