Results

17.12.2024
drupal_cms_seo_basic 1.0.0-rc2 :: tests/src/Functional/BasicSeoTest.php
    'block',
    'content_translation',
    'filter_test',
    'node',
  ];

  /**
   * {@inheritdoc}
   */
27.05.2019
fb_instant_articles 8.x-2.2 :: tests/src/Kernel/Plugin/Field/FieldFormatter/SubtitleFormatterTest.php
   * @var array
   */
  protected static $modules = ['text', 'filter', 'filter_test'];

  /**
   * Field name of the text field.
   *
   * @var string
   */
    $instance->save();

    $this->installConfig(['text', 'filter', 'filter_test']);

    // We have to save the display that's been partially setup already and then
    // reload it, b/c the display caches field definitions at initialization.
    // This way the field defined above will be allowed to be configured on the
    // display.
    $this->display->save();
27.05.2019
fb_instant_articles 8.x-2.2 :: tests/src/Kernel/Plugin/Field/FieldFormatter/TransformerFormatterTest.php
   * @var array
   */
  protected static $modules = ['text', 'filter', 'filter_test'];

  /**
   * {@inheritdoc}
   */
  protected function getFieldType() {
    return 'text_long';
    parent::setUp();

    $this->installConfig(['text', 'filter', 'filter_test']);

    // Setup entity view display with default settings.
    $this->display->setComponent($this->fieldName, [
      'type' => 'fbia_transformer',
      'settings' => [],
    ]);
03.05.2019
field_union 8.x-1.x-dev :: tests/src/Kernel/FieldUnionTest.php
    'link',
    'filter',
    'filter_test',
    'taxonomy',
  ];

  /**
   * Test vocabulary.
   *
  protected function setUp() : void {
    parent::setUp();
    $this->installConfig(['filter', 'filter_test']);
    $this->installEntitySchema('user');
    $this->installEntitySchema('taxonomy_term');
    $this->vocabulary = Vocabulary::create([
      'name' => 'Categories',
      'vid' => 'categories',
    ]);
01.08.2022
foundation_utility 1.0.0-beta1 :: tests/src/Functional/FoundationUtilityFiltersFunctionalTest.php
    'test_page_test',
    'foundation_utility',
    'filter_test',
  ];

  /**
   * A user with authenticated permissions.
   *
   * @var \Drupal\Core\Session\AccountInterface
        </tbody>
      </table>',
        'format' => 'filter_test',
      ],
    ]);

    // Go to the created node and check if the elements do not have
    // width and height anymore:
    $this->drupalGet('/node/' . $node->id());
        </tbody>
      </table>',
        'format' => 'filter_test',
      ],
    ]);
    // Go to the created node and check if the elements do not have
    // style anymore:
    $this->drupalGet('/node/' . $node->id());
    $session->statusCodeEquals(200);
        </tbody>
      </table>',
        'format' => 'filter_test',
      ],
    ]);
    $this->drupalGet('/node/' . $node->id());
    $session->statusCodeEquals(200);
    $session->elementExists('css', 'table#test-table');
    // Check table:
        </tbody>
      </table>',
        'format' => 'filter_test',
      ],
    ]);
    $this->drupalGet('/node/' . $node->id());
    $session->statusCodeEquals(200);
    $session->elementExists('css', 'table#test-table');
    // Check table:
        </tbody>
      </table>',
        'format' => 'filter_test',
      ],
    ]);
    $this->drupalGet('/node/' . $node->id());
    $session->statusCodeEquals(200);
    $session->elementExists('css', 'table#test-table');
    // Check table:
        </tbody>
      </table>',
        'format' => 'filter_test',
      ],
    ]);
    $this->drupalGet('/node/' . $node->id());
    $session->statusCodeEquals(200);
    $session->elementExists('css', 'table#test-table');
    // Check table:
        </tbody>
      </table>',
        'format' => 'filter_test',
      ],
    ]);
    // Go to the created node and check if the elements do not have
    // width and height anymore:
    $this->drupalGet('/node/' . $node->id());
    $session->statusCodeEquals(200);
25.05.2020
htmlpurifier 8.x-1.0-rc2 :: tests/src/Functional/HtmlPurifierTest.php
  protected static $modules = [
    'filter',
    'filter_test',
    'htmlpurifier',
  ];

  /**
   * Test module configuration and setup.
   */
08.10.2020
inline_entity_form 8.x-1.0-rc8 :: tests/fixtures/drupal7-small.php
->values(array(
  'filename' => 'modules/simpletest/tests/filter_test.module',
  'name' => 'filter_test',
  'type' => 'module',
  'owner' => '',
  'status' => '0',
  'bootstrap' => '0',
  'schema_version' => '-1',
  'weight' => '0',
02.08.2024
inline_image_saver 1.0.x-dev :: tests/src/Kernel/InlineImageValidationTest.php
    'editor',
    'filter',
    'filter_test',
    'inline_image_saver',
  ];

  /**
   * The default module settings.
   */
    $this->installEntitySchema('file');
    $this->installSchema('file', 'file_usage');
    $this->installConfig(['node', 'filter', 'filter_test', 'inline_image_saver']);
    $this->processableFormatId = 'full_html';
    $this->setUpCurrentUser([], ["use text format $this->processableFormatId"]);
    $this->nodeTypeId = $this->createContentType()->id();
    $this->markupFieldName = 'body';
    $this->defaultModuleSettings = [
      'processable_formats' => [$this->processableFormatId],
02.08.2024
inline_image_saver 1.0.x-dev :: tests/src/Kernel/FileHashIntegrationTest.php
    'file',
    'filter',
    'filter_test',
    'inline_image_saver',
    'filehash',
  ];

  /**
   * {@inheritdoc}
    $this->installEntitySchema('user');
    $this->installSchema('file', 'file_usage');
    $this->installConfig(['filter', 'filter_test', 'inline_image_saver', 'filehash']);
    $this->processableFormatId = 'full_html';
    $this->config('filehash.settings')
      ->set('algorithms.sha1', TRUE)
      ->save();
  }
09.10.2020
media_migration 8.x-1.x-dev :: tests/fixtures/drupal7_media/system.php
->values(array(
  'filename' => 'modules/simpletest/tests/filter_test.module',
  'name' => 'filter_test',
  'type' => 'module',
  'owner' => '',
  'status' => '0',
  'bootstrap' => '0',
  'schema_version' => '-1',
  'weight' => '0',
09.10.2020
media_migration 8.x-1.x-dev :: tests/fixtures/drupal7_nomedia/system.php
->values(array(
  'filename' => 'modules/simpletest/tests/filter_test.module',
  'name' => 'filter_test',
  'type' => 'module',
  'owner' => '',
  'status' => '0',
  'bootstrap' => '0',
  'schema_version' => '-1',
  'weight' => '0',
01.10.2020
message 8.x-1.1 :: tests/src/Functional/MessageTemplateUiTest.php
    'config_translation',
    'message',
    'filter_test',
  ];

  /**
   * The user object.
   *
   * @var \Drupal\user\UserInterface
01.10.2020
message 8.x-1.1 :: tests/src/Functional/MessageTextHandlerTest.php
   * {@inheritdoc}
   */
  protected static $modules = ['filter_test', 'message_test'];

  /**
   * {@inheritdoc}
   */
  public function setUp():void {
    parent::setUp();
22.10.2019
message_digest 8.x-1.x-dev :: tests/src/Kernel/DigestTestBase.php
  protected static $modules = [
    'filter',
    'filter_test',
    'message',
    'message_digest',
    'message_digest_test',
    'message_notify',
    'system',
    'user',
    $this->installConfig([
      'filter',
      'filter_test',
      'message_digest',
      'message_notify',
      'system',
    ]);

    // Create a dummy user to avoid UID 1 super privileges.
27.11.2019
message_notify 8.x-1.x-dev :: tests/src/Functional/EmailNotifierTest.php
   * {@inheritdoc}
   */
  protected static $modules = ['text', 'message_notify_test', 'filter_test'];

  /**
   * {@inheritdoc}
   */
  protected $defaultTheme = 'stark';
27.11.2019
message_notify 8.x-1.x-dev :: tests/src/Kernel/MessageNotifyTest.php
    'text',
    'filter',
    'filter_test',
  ];

  /**
   * {@inheritdoc}
   */
  public function setUp(): void {
      'message_notify',
      'message_notify_test',
      'filter_test',
    ]);
    $this->installSchema('system', ['sequences']);

    $this->messageTemplate = MessageTemplate::load('message_notify_test');

    $this->messageNotify = $this->container->get('message_notify.sender');
03.02.2025
neuraflow 1.0.0 :: modules/cookies_neuraflow/tests/src/FunctionalJavascript/CookiesNeuraflowFunctionalJavascriptTest.php
  protected static $modules = [
    'test_page_test',
    'filter_test',
    'block',
    'neuraflow',
    'cookies',
    'cookies_neuraflow',
  ];
11.02.2022
page_manager_migration 1.0.x-dev :: tests/fixtures/pm-panels-export/system.php
->values(array(
  'filename' => 'modules/simpletest/tests/filter_test.module',
  'name' => 'filter_test',
  'type' => 'module',
  'owner' => '',
  'status' => '0',
  'bootstrap' => '0',
  'schema_version' => '-1',
  'weight' => '0',
20.12.2024
posthog 1.0.0-alpha5 :: modules/posthog_cookies/tests/src/FunctionalJavascript/PosthogCookiesFunctionalJavascriptTest.php
  protected static $modules = [
    'test_page_test',
    'filter_test',
    'cookies',
    'posthog_js',
    'posthog_cookies',
  ];

  /**
31.05.2024
project_wiki 1.x-dev :: modules/project_wiki_markdown_content/tests/src/Functional/ProjectWikiMarkdownContentSettingsTest.php
    'project_wiki_entity_content',
    'project_wiki_markdown_content',
    'filter_test',
  ];

  /**
   * A user with authenticated permissions.
   *
   * @var \Drupal\Core\Session\AccountInterface

Pages

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

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