Skip to content
Snippets Groups Projects
Commit d21af30d authored by Michael Strelan's avatar Michael Strelan
Browse files

Install path_alias module in BrowserTestBaseTest::testDrupalGet

parent 1d6b9c7e
No related branches found
No related tags found
1 merge request!5026Issue #3096092: Make "path_alias" module optional
......@@ -115,6 +115,7 @@ public function testGoTo() {
* Tests drupalGet().
*/
public function testDrupalGet() {
\Drupal::service('module_installer')->install(['path_alias']);
$this->drupalGet('test-page');
$this->assertSession()->statusCodeEquals(200);
$this->assertSession()->addressEquals('test-page');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment