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());
18.05.2020
smart_trim 8.x-1.3 ::
tests/src/Kernel/TokenTest.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. /** @var \Drupal\node\Entity\Node $entity */ $entity = Node::create([ 'title' => 'Test node title', 'type' => 'article',
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' => [