Skip to content
Snippets Groups Projects

Issue #3496367 by mradcliffe: Changes multilingual test to use query rather than path detection

Merged Issue #3496367 by mradcliffe: Changes multilingual test to use query rather than path detection
Files
3
<?php
declare(strict_types = 1);
declare(strict_types=1);
namespace Drupal\Tests\webfinger\Functional;
@@ -11,6 +11,9 @@ namespace Drupal\Tests\webfinger\Functional;
*/
final class WebfingerLocalizedTest extends WebfingerTestBase {
/**
* {@inheritdoc}
*/
const LANGCODE = 'es';
/**
@@ -32,8 +35,7 @@ final class WebfingerLocalizedTest extends WebfingerTestBase {
* @throws \Behat\Mink\Exception\ExpectationException
*/
public function testWebfingerResponse(): void {
// @todo Fix this tests, this fails on D11 (not sure if D10 is ok atm)
// $this->webfingerResponseHelper();
$this->webfingerResponseHelper();
}
}
Loading