Skip to content
Snippets Groups Projects

fix php-unit

Merged Jean-Philippe Déis Nuel requested to merge s1933/fix-phpunit into 1.x
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -99,7 +99,7 @@ class DomainUniquePathAliasTest extends DomainTestBase {
$this->assertSession()->responseContains('<a href="http://example.com/web/contact-bis" hreflang="en">');
$this->assertSession()->responseContains('<a href="http://domain1.example.com/web/contact" hreflang="en">');
$constraint_message = 'The alias /contact is already in use in this domain (example_com).';
$constraint_message = 'The alias /contact is already in use in this language.';
$edit = [
'path[0][alias]' => '/contact-bis-bis',
Loading