Results

30.07.2020
file_download_link 8.x-1.0 :: tests/src/Functional/FileDownloadLinkMultilingualTest.php
 *
 * @group file_download_link
 * @requires module token
 */
class FileDownloadLinkMultilingualTest extends BrowserTestBase {

  use TestFileCreationTrait;

  /**
30.07.2020
file_download_link 8.x-1.0 :: tests/src/Functional/FileDownloadLinkMediaFormTest.php
 *
 * @group file_download_link
 * @requires module token
 */
class FileDownloadLinkMediaFormTest extends BrowserTestBase {

  use MediaTypeCreationTrait;

  /**
30.07.2020
file_download_link 8.x-1.0 :: tests/src/Functional/FileDownloadLinkXssTest.php
 *
 * @group file_download_link
 * @requires module token
 */
class FileDownloadLinkXssTest extends BrowserTestBase {

  use TestFileCreationTrait;

  /**
30.07.2020
file_download_link 8.x-1.0 :: tests/src/Kernel/FileDownloadLinkTokenTest.php
 *
 * @group file_download_link
 * @requires module token
 */
class FileDownloadLinkTokenTest extends FileDownloadLinkTestBase {

  use UserCreationTrait;

  /**
30.07.2020
file_download_link 8.x-1.0 :: tests/src/Kernel/FileDownloadLinkMediaTokenTest.php
 *
 * @group file_download_link
 * @requires module token
 */
class FileDownloadLinkMediaTokenTest extends FileDownloadLinkMediaTestBase {

  /**
   * The modules to load to run the test.
   *
22.05.2020
forms_steps 8.x-1.4 :: tests/src/Functional/FormsStepsNavigationTest.php
 * @package Drupal\Tests\forms_steps\Unit
 * @coversClass \Drupal\forms_steps\Service\FormsStepsManager
 * @requires module forms_steps
 * @group forms_steps
 */
class FormsStepsNavigationTest extends BrowserTestBase {

  use FormsStepsTestTrait;
10.10.2020
freelinking 8.x-3.x-dev :: tests/src/Kernel/AdvancedHelpHintTest.php
 *
 * @group freelinking
 * @requires module advanced_help
 */
class AdvancedHelpHintTest extends KernelTestBase {

  use ProphecyTrait;

  /**
      foreach ($modules as $name) {
        if (!isset($list[$name])) {
          throw new \Exception("Unavailable module: '$name'. If this module needs to be downloaded separately, annotate the test class with '@requires module $name'.");
        }
        $extension = $list[$name];
        $module_handler->addModule($name, $extension->getPath());
        $module_handler->load($name);
      }
    }
15.10.2020
gatsby 8.x-1.x-dev :: modules/gatsby_extras/tests/src/Kernel/AliasLinkEnhancerTest.php
 * @group gatsby_extras
 *
 * @requires module jsonapi_extras
 */
class AliasLinkEnhancerTest extends KernelTestBase {

  use PathAliasTestTrait;
  use TaxonomyTestTrait;
15.10.2020
gatsby 8.x-1.x-dev :: tests/src/Kernel/DisabledNodeTypesTest.php
 * @group gatsby
 *
 * @requires module jsonapi_extras
 */
class DisabledNodeTypesTest extends KernelTestBase {

  use ContentTypeCreationTrait;
  use UserCreationTrait;
15.10.2020
gatsby 8.x-1.x-dev :: tests/src/Kernel/GatsbyEntityLoggerTest.php
 * @group gatsby
 *
 * @requires module jsonapi_extras
 */
class GatsbyEntityLoggerTest extends KernelTestBase {

  use ContentTypeCreationTrait;
  use UserCreationTrait;
  use ContentModerationTestTrait;
18.06.2020
google_tag 8.x-1.x-dev :: tests/src/Kernel/Events/CommerceRefundEventTest.php
 * Tests commerce refund event.
 *
 * @requires module commerce_order
 * @group google_tag
 */
final class CommerceRefundEventTest extends OrderKernelTestBase {

  /**
   * {@inheritdoc}
18.06.2020
google_tag 8.x-1.x-dev :: tests/src/Kernel/Events/CommerceCartEventsTest.php
 * Commerce carts add/removal events test.
 *
 * @requires module commerce_cart
 * @group google_tag
 */
final class CommerceCartEventsTest extends CartKernelTestBase {

  /**
   * {@inheritdoc}
18.06.2020
google_tag 8.x-1.x-dev :: tests/src/Kernel/Events/CommerceCheckoutEventsTest.php
 * Commerce checkout event test.
 *
 * @requires module commerce_checkout
 * @group google_tag
 */
final class CommerceCheckoutEventsTest extends OrderKernelTestBase {

  use AssertGoogleTagTrait;
18.06.2020
google_tag 8.x-1.x-dev :: tests/src/Kernel/Migrate/GoogleAnalyticsMigrationTest.php
 *
 * @group google_tag
 * @requires module google_analytics
 */
class GoogleAnalyticsMigrationTest extends GoogleTagTestCase {

  /**
   * Container entity id.
   */
18.06.2020
google_tag 8.x-1.x-dev :: tests/src/Kernel/Migrate/GoogleTagRequirementsTest.php
 *
 * @group google_tag
 * @requires module google_analytics
 */
class GoogleTagRequirementsTest extends GoogleTagTestCase {

  /**
   * {@inheritdoc}
   */
18.06.2020
google_tag 8.x-1.x-dev :: tests/src/Kernel/CspIntegrationTest.php
 *
 * @group google_tag
 * @requires module csp
 */
final class CspIntegrationTest extends KernelTestBase {

  /**
   * {@inheritdoc}
   */
09.09.2020
graphql_fragment_include 8.x-1.1 :: tests/src/Kernel/GraphQLFragmentIncludeTest.php
 * GraphQL fragment include test class.
 *
 * @requires module drupal:graphql
 * @requires module drupal:graphql_core
 * @group graphql_fragment_include
 */
class GraphQLFragmentIncludeTest extends KernelTestBase {

  /**
   * {@inheritdoc}
24.02.2022
hal 1.0.0 :: tests/src/Functional/entity_reference_revisions/EntityReferenceRevisionsNormalizerTest.php
 *
 * @group hal
 * @requires module entity_reference_revisions
 */
class EntityReferenceRevisionsNormalizerTest extends BrowserTestBase {

  use FieldUiTestTrait;

  /**
19.08.2020
honeypot 2.0.1 :: tests/src/Unit/Integration/Event/EventTestBase.php
 * @group honeypot
 *
 * @requires module rules
 */
abstract class EventTestBase extends RulesEventTestBase {

  /**
   * {@inheritdoc}
   */
19.08.2020
honeypot 2.0.1 :: tests/src/Unit/Integration/Event/HoneypotRejectEventTest.php
 * @group honeypot
 *
 * @requires module rules
 */
class HoneypotRejectEventTest extends EventTestBase {

  /**
   * Tests the event metadata.
   */

Pages

Главная | Обратная связь

drupal hosting | друпал хостинг | it patrol .inc