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
+ 4
4
Compare changes
  • Side-by-side
  • Inline
@@ -95,11 +95,11 @@ class DomainUniquePathAliasTest extends DomainTestBase {
$this->drupalLogin($this->rootUser);
$this->drupalGet('admin/content');
$this->assertSession()->responseContains('<a href="http://example.com/contact" hreflang="en">');
$this->assertSession()->responseContains('<a href="http://example.com/contact-bis" hreflang="en">');
$this->assertSession()->responseContains('<a href="http://domain1.example.com/contact" hreflang="en">');
$this->assertSession()->responseContains('<a href="http://example.com/web/contact" hreflang="en">');
$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