Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
varbase
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
varbase
Commits
4af24085
Commit
4af24085
authored
4 years ago
by
Rajab Natshah
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#3120794
: Update [Drupal core] from 8.8.2 to 8.8.4 ( ~8.8.0 )
parent
af463568
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.travis.yml
+1
-1
1 addition, 1 deletion
.travis.yml
tests/features/bootstrap/VarbaseContext.php
+2
-2
2 additions, 2 deletions
tests/features/bootstrap/VarbaseContext.php
with
3 additions
and
3 deletions
.travis.yml
+
1
−
1
View file @
4af24085
...
@@ -125,7 +125,7 @@ install:
...
@@ -125,7 +125,7 @@ install:
-
drush pm-enable vlplb --yes
-
drush pm-enable vlplb --yes
-
drush config-set system.performance css.preprocess 0 --yes
-
drush config-set system.performance css.preprocess 0 --yes
-
drush config-set system.performance js.preprocess 0 --yes
-
drush config-set system.performance js.preprocess 0 --yes
#
- drush config-set system.logging error_level all --yes
-
drush config-set system.logging error_level all --yes
-
drush cr
-
drush cr
before_script
:
before_script
:
-
drush runserver --default-server=builtin 8080 &>/dev/null &
-
drush runserver --default-server=builtin 8080 &>/dev/null &
...
...
This diff is collapsed.
Click to expand it.
tests/features/bootstrap/VarbaseContext.php
+
2
−
2
View file @
4af24085
...
@@ -138,7 +138,7 @@ class VarbaseContext extends RawDrupalContext implements SnippetAcceptingContext
...
@@ -138,7 +138,7 @@ class VarbaseContext extends RawDrupalContext implements SnippetAcceptingContext
* @When /^(?:|I )wait (?:|for )(?P<seconds>\d+) second(?:|s)$/
* @When /^(?:|I )wait (?:|for )(?P<seconds>\d+) second(?:|s)$/
* @When /^(?:|I )wait (?:|for )(?P<seconds>\d+)s$/
* @When /^(?:|I )wait (?:|for )(?P<seconds>\d+)s$/
*/
*/
public
function
iWaitForSeconds
(
$seconds
)
{
public
function
iWaitForSeconds
(
$seconds
=
1
)
{
$this
->
getSession
()
->
wait
(
$seconds
*
1000
);
$this
->
getSession
()
->
wait
(
$seconds
*
1000
);
}
}
...
@@ -156,7 +156,7 @@ class VarbaseContext extends RawDrupalContext implements SnippetAcceptingContext
...
@@ -156,7 +156,7 @@ class VarbaseContext extends RawDrupalContext implements SnippetAcceptingContext
* @When /^(?:|I )wait (?:|for )(?P<minutes>\d+) minute(?:|s)$/
* @When /^(?:|I )wait (?:|for )(?P<minutes>\d+) minute(?:|s)$/
* @When /^(?:|I )wait (?:|for )(?P<minutes>\d+)m$/
* @When /^(?:|I )wait (?:|for )(?P<minutes>\d+)m$/
*/
*/
public
function
iWaitForMinutes
(
$minutes
)
{
public
function
iWaitForMinutes
(
$minutes
=
1
)
{
$this
->
getSession
()
->
wait
(
$minutes
*
60
*
1000
);
$this
->
getSession
()
->
wait
(
$minutes
*
60
*
1000
);
}
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment