function UmamiMultilingualInstallTest::testUmami
Ensures that Umami can be installed with Spanish as the default language.
File
-
core/
profiles/ demo_umami/ tests/ src/ Functional/ UmamiMultilingualInstallTest.php, line 29
Class
- UmamiMultilingualInstallTest
- Tests the multilingual installer installing the Umami profile.
Namespace
Drupal\Tests\demo_umami\FunctionalCode
public function testUmami() : void {
$this->drupalGet('');
// cSpell:disable-next-line
$this->assertSession()
->pageTextContains('Quiche mediterráneo profundo');
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.