File tree 2 files changed +3
-3
lines changed
testing_example/tests/src/Functional
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 20
20
*
21
21
* @see Drupal\Tests\testing_example\Functional\FrontPageLinkTest
22
22
*/
23
- class FrontPageLinkBonusPointsTest extends BrowserTestBase {
23
+ class FrontPageLinkDependenciesTest extends BrowserTestBase {
24
24
25
25
/**
26
26
* {@inheritdoc}
@@ -55,7 +55,7 @@ protected function setUp() {
55
55
public function testAddContentMenuItem () {
56
56
// Step 1: Log in a user who can add content.
57
57
$ this ->drupalLogin (
58
- $ this ->drupalCreateUser ([
58
+ $ this ->createUser ([
59
59
'create ' . $ this ->contentType ->id () . ' content ' ,
60
60
])
61
61
);
Original file line number Diff line number Diff line change 11
11
*
12
12
* @group testing_example
13
13
*
14
- * @see Drupal\Tests\testing_example\Functional\FrontPageLinkBonusPointsTest
14
+ * @see Drupal\Tests\testing_example\Functional\FrontPageLinkDependenciesTest
15
15
*/
16
16
class FrontPageLinkTest extends BrowserTestBase {
17
17
You can’t perform that action at this time.
0 commit comments