Results

26.10.2018
commerce_product_bundle 8.x-1.x-dev :: tests/src/Kernel/CommerceProductBundleKernelTestBase.php
 * Provides a base class for Commerce Product Bundle tests.
 *
 * @requires module commerce_stock
 */
abstract class CommerceProductBundleKernelTestBase extends CommerceKernelTestBase {

  /**
   * Modules to enable.
   *
12.07.2018
commerce_qb_webconnect 8.x-2.0-alpha7 :: tests/src/Kernel/SoapServiceTest.php
 * Tests exporting data to quickbooks.
 *
 * @requires module commerce_shipping
 * @requires module physical
 * @requires module commerce
 * @requires module commerce_product
 * @requires module commerce_order
 * @requires module commerce_tax
 * @requires module profile
 * @requires module state_machine
 * @requires module entity_reference_revisions
 * @requires module migrate_drupal_d8
 *
 * @group commerce_qb_webconnect
 */
class SoapServiceTest extends CommerceKernelTestBase {

  /**
07.10.2020
commerce_shipping 8.x-2.0-rc2 :: tests/src/FunctionalJavascript/ShipmentAdminTest.php
   * Tests using inline_entity_form to manage an order's shipments.
   *
   * @requires module inline_entity_form
   */
  public function testInlineEntityFormIntegration() {
    // Create a default billing profile to simplify testing.
    $this->createEntity('profile', [
      'type' => 'customer',
      'uid' => $this->adminUser->id(),
03.01.2022
commerce_signifyd 1.0.x-dev :: tests/src/Kernel/Signifyd/ShippingTest.php
 * @group commerce_signifyd
 *
 * @requires module physical
 * @requires module commerce_shipping
 */
class ShippingTest extends AbstractSignifydKernelBase {

  /**
   * {@inheritdoc}
   */
12.08.2020
component_blocks 1.1.0 :: tests/src/Kernel/ComponentBlocksOutputTest.php
 *
 * @group component_blocks
 * @requires module components
 */
class ComponentBlocksOutputTest extends KernelTestBase {

  use NodeCreationTrait;
  use UserCreationTrait;
  use ContentTypeCreationTrait;
12.08.2020
component_blocks 1.1.0 :: tests/src/Kernel/ComponentBlockDiscoveryTest.php
 *
 * @group component_blocks
 * @requires module components
 */
class ComponentBlockDiscoveryTest extends KernelTestBase {

  /**
   * {@inheritdoc}
   */
26.09.2020
contact_storage_export 8.x-1.x-dev :: tests/src/Kernel/ContactStorageExportServiceKernelTest.php
   * Tests contact storage export.
   *
   * @requires module contact_storage
   *
   * @throws \Drupal\Core\Entity\EntityStorageException
   */
  public function testContactStorageExport() {
    // Create a sample form.
    $contact_form_id = 'contact_storage_export_form';
26.09.2020
contact_storage_export 8.x-1.x-dev :: tests/src/Kernel/ContactStorageExportBrowserTest.php
   * Tests contact storage export.
   *
   * @requires module contact_storage
   */
  public function testContactStorageExportBatch() {
    // Install contact_storage_export module.
    // We need to do this because for some reason when we rely on
    // the test setup the "contact_form" entity type is not available
    // even though contact module is enabled.
26.09.2020
contact_storage_export 8.x-1.x-dev :: tests/src/Kernel/ContactStorageExportBatchesKernelTest.php
   * Tests contact storage export batch.
   *
   * @requires module contact_storage
   *
   * @throws \Drupal\Core\Entity\EntityStorageException
   */
  public function testBatchOperations() {
    // Create a sample form.
    $num_messages = 30;
23.12.2019
content_moderation_notifications 8.x-3.2 :: tests/src/Kernel/TokenNotificationsTest.php
 * @group content_moderation_notifications
 *
 * @requires module token
 */
class TokenNotificationsTest extends KernelTestBase {

  use ContentModerationNotificationTestTrait;
  use ContentModerationNotificationCreateTrait;
  use ContentTypeCreationTrait;
21.04.2020
core_context 8.x-1.x-dev :: tests/src/Functional/PageManagerIntegrationTest.php
 * @group core_context
 *
 * @requires module page_manager
 */
class PageManagerIntegrationTest extends BrowserTestBase {

  /**
   * {@inheritdoc}
   */
21.04.2020
core_context 8.x-1.x-dev :: tests/src/Functional/LayoutLibraryIntegrationTest.php
 * @group core_context
 *
 * @requires module layout_library
 */
class LayoutLibraryIntegrationTest extends BrowserTestBase {

  /**
   * {@inheritdoc}
   */
30.03.2020
crm_core 8.x-3.x-dev :: modules/crm_core_contact/tests/src/Kernel/IndividualPrimaryFieldsTest.php
 *
 * @group crm_core
 * @requires module address
 * @coversDefaultClass \Drupal\crm_core_contact\Entity\Individual
 */
class IndividualPrimaryFieldsTest extends KernelTestBase {

  /**
   * Modules to enable.
05.10.2020
crossword 8.x-1.x-dev :: tests/src/Kernel/Formatter/CrosswordImageDownloadLinkFormatterTest.php
 *
 * @group crossword
 * @requires module file_download_link
 * @requires module token
 */
class CrosswordImageDownloadLinkFormatterTest extends SimpleCrosswordFormatterTestBase {

  /**
   * {@inheritdoc}
   */
05.10.2020
crossword 8.x-1.x-dev :: tests/src/Kernel/Formatter/CrosswordFileDownloadLinkFormatterTest.php
 *
 * @group crossword
 * @requires module file_download_link
 * @requires module token
 */
class CrosswordFileDownloadLinkFormatterTest extends SimpleCrosswordFormatterTestBase {

  /**
   * {@inheritdoc}
   */
05.10.2020
crossword 8.x-1.x-dev :: tests/src/Kernel/CrosswordImageTokenTest.php
 * Tests crossword image tokens.
 *
 * @requires module token
 * @group crossword
 */
class CrosswordImageTokenTest extends KernelTestBase {

  /**
   * Modules to enable.
05.10.2020
crossword 8.x-1.x-dev :: tests/src/Kernel/CrosswordTokenTest.php
 * Tests file tokens.
 *
 * @requires module token
 * @group crossword
 */
class CrosswordTokenTest extends KernelTestBase {

  /**
   * Modules to enable.
14.06.2024
danse_moderation_notifications 1.0.x-dev :: tests/src/Kernel/TokenNotificationsTest.php
 * @group content_moderation_notifications
 *
 * @requires module token
 */
class TokenNotificationsTest extends NotificationsTest {

  use ContentModerationNotificationTestTrait;
  use ContentTypeCreationTrait;
  use NodeCreationTrait;
15.05.2020
date_recur 8.x-2.2 :: tests/src/Kernel/DateRecurTokenTest.php
 *
 * @group date_recur
 * @requires module token
 */
class DateRecurTokenTest extends KernelTestBase {

  /**
   * {@inheritdoc}
   */
10.08.2020
default_content 2.0.x-dev :: tests/src/Kernel/ParagraphNormalizerTest.php
 * Tests export functionality.
 *
 * @requires module paragraphs
 * @coversDefaultClass \Drupal\default_content\Normalizer\ContentEntityNormalizer
 * @group default_content
 */
class ParagraphNormalizerTest extends KernelTestBase {

  use EntityReferenceFieldCreationTrait;

Pages

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

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