Results

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() {
    // Create a sample form.
    $contact_form_id = 'contact_storage_export_form';
    $contact_form = ContactForm::create(['id' => $contact_form_id]);
    $contact_form->save();
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 NotificationsTest {

  use ContentModerationNotificationTestTrait;
  use ContentTypeCreationTrait;
  use NodeCreationTrait;
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
 */
final class DateRecurTokenTest extends KernelTestBase {

  protected static $modules = [
    'date_recur_entity_test',
    'entity_test',
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;
12.10.2020
depcalc 8.x-1.x-dev :: tests/src/Kernel/EventSubscriber/DependencyCollector/EntityEmbedCollectorTest.php
 * The EntityEmbedCollectorTest class.
 *
 * @requires module entity_embed
 *
 * @group depcalc
 *
 * @package Drupal\Tests\depcalc\Kernel\EventSubscriber\DependencyCollector
 */
class EntityEmbedCollectorTest extends KernelTestBase {
12.10.2020
depcalc 8.x-1.x-dev :: tests/src/Kernel/EventSubscriber/DependencyCollector/DrupalMediaEmbedCollectorTest.php
 * Test validates for Drupal media dependency.
 *
 * @requires module media
 *
 * @group depcalc
 *
 * @package Drupal\Tests\depcalc\Kernel\EventSubscriber\DependencyCollector
 */
class DrupalMediaEmbedCollectorTest extends MediaEmbedFilterTestBase {

Pages

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

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