Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
J
jsonapi_include
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
jsonapi_include
Merge requests
!9
fix load test
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
fix load test
issue/jsonapi_include-3438020:load_test
into
8.x-1.x
Overview
1
Commits
1
Pipelines
0
Changes
1
Closed
Patrick Kenny
requested to merge
issue/jsonapi_include-3438020:load_test
into
8.x-1.x
1 year ago
Overview
1
Commits
1
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Compare
8.x-1.x
8.x-1.x (base)
and
latest version
latest version
0136499d
1 commit,
1 year ago
1 file
+
1
−
1
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
tests/src/Functional/LoadTest.php
+
1
−
1
Options
@@ -29,7 +29,7 @@ class LoadTest extends BrowserTestBase {
@@ -29,7 +29,7 @@ class LoadTest extends BrowserTestBase {
/**
/**
* {@inheritdoc}
* {@inheritdoc}
*/
*/
protected
function
setUp
()
{
protected
function
setUp
()
:
void
{
parent
::
setUp
();
parent
::
setUp
();
$this
->
user
=
$this
->
drupalCreateUser
([
'administer site configuration'
]);
$this
->
user
=
$this
->
drupalCreateUser
([
'administer site configuration'
]);
$this
->
drupalLogin
(
$this
->
user
);
$this
->
drupalLogin
(
$this
->
user
);
Loading