Mercurial > hg > isophonics-drupal-site
comparison core/tests/Drupal/FunctionalTests/Installer/SingleVisibleProfileTest.php @ 18:af1871eacc83
Update to Drupal core 8.7.1
author | Chris Cannam |
---|---|
date | Thu, 09 May 2019 15:33:08 +0100 |
parents | c2387f117808 |
children |
comparison
equal
deleted
inserted
replaced
17:129ea1e6d783 | 18:af1871eacc83 |
---|---|
52 */ | 52 */ |
53 public function testInstalled() { | 53 public function testInstalled() { |
54 $this->assertUrl('user/1'); | 54 $this->assertUrl('user/1'); |
55 $this->assertResponse(200); | 55 $this->assertResponse(200); |
56 // Confirm that we are logged-in after installation. | 56 // Confirm that we are logged-in after installation. |
57 $this->assertText($this->rootUser->getUsername()); | 57 $this->assertText($this->rootUser->getAccountName()); |
58 // Confirm that the minimal profile was installed. | 58 // Confirm that the minimal profile was installed. |
59 $this->assertEqual(drupal_get_profile(), 'minimal'); | 59 $this->assertEqual(drupal_get_profile(), 'minimal'); |
60 } | 60 } |
61 | 61 |
62 } | 62 } |