Results

04.06.2020
feeds_ex 8.x-1.0-alpha4 :: tests/src/Unit/Feeds/Parser/ParserTestBase.php
    // Attempt to setup multibyte support.
    Unicode::check();
  }

}
27.09.2020
search_api_autocomplete 8.x-1.x-dev :: tests/src/Unit/SuggestionFactoryTest.php
    // Test case-insensitivity with non-ASCII characters.
    Unicode::check();
    $factory = new SuggestionFactory('öd');
    $suggestion = $factory->createFromSuggestedKeys('Ödön', 5);
    $this->assertEquals('Ödön', $suggestion->getSuggestedKeys());
    $this->assertEquals('Öd', $suggestion->getUserInput());
    $this->assertNull($suggestion->getLabel());
    $this->assertEquals('ön', $suggestion->getSuggestionSuffix());
20.10.2020
token 8.x-1.x-dev :: tests/src/Kernel/FieldTest.php
    // happens in DrupalKernel. But since that doesn't run in kernel tests, we
    // explicitly call this here.
    Unicode::check();

    // Create a node with a value in the text field and test its token.
    $entity = Node::create([
      'title' => 'Test node title',
      'type' => 'article',
      'test_field' => [

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

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