We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6615915 commit 0ca88a3Copy full SHA for 0ca88a3
testing_example/tests/src/Functional/FrontPageLinkTest.php
@@ -5,7 +5,7 @@
5
use Drupal\Tests\BrowserTestBase;
6
7
/**
8
- * Tests core menu behavior.
+ * Tests for the existence of links on the front page.
9
*
10
* This test is meant to support a Drupalize.me tutorial.
11
@@ -29,7 +29,7 @@ class FrontPageLinkTest extends BrowserTestBase {
29
public function testAddContentMenuItem() {
30
// Step 1: Log in a user who can add content.
31
$this->drupalLogin(
32
- $this->drupalCreateUser([
+ $this->createUser([
33
'create article content',
34
])
35
);
0 commit comments