Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
W
wp-notice
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
wpdesk
wp-notice
Merge requests
!26
feature(ajax): added nonce
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
feature(ajax): added nonce
feature/dismiss-nonce
into
master
Overview
12
Commits
14
Pipelines
15
Changes
1
All threads resolved!
Hide all comments
Merged
Grzegorz Rola
requested to merge
feature/dismiss-nonce
into
master
2 years ago
Overview
12
Commits
14
Pipelines
15
Changes
1
All threads resolved!
Hide all comments
0
0
Merge request reports
Viewing commit
c0b65c65
Prev
Next
Show latest version
1 file
+
19
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
c0b65c65
feature(ajax): added nonce
· c0b65c65
Grzegorz Rola
authored
2 years ago
.env.testing
0 → 100644
+
19
−
0
View file @ c0b65c65
Edit in single-file editor
Open in Web IDE
WP_ROOT_FOLDER="${APACHE_DOCUMENT_ROOT}"
TEST_SITE_WP_ADMIN_PATH="/wp-admin"
TEST_SITE_DB_NAME="wptest"
TEST_SITE_DB_HOST="mysqltests"
TEST_SITE_DB_USER="mysql"
TEST_SITE_DB_PASSWORD="mysql"
TEST_SITE_TABLE_PREFIX="wp_"
TEST_DB_NAME="wptest"
TEST_DB_HOST="mysqltests"
TEST_DB_USER="mysql"
TEST_DB_PASSWORD="mysql"
TEST_TABLE_PREFIX="wp_"
TEST_SITE_WP_URL="http://${WOOTESTS_IP}"
TEST_SITE_WP_DOMAIN="${WOOTESTS_IP}"
TEST_SITE_ADMIN_EMAIL="grola@seostudio.pl"
TEST_SITE_ADMIN_USERNAME="admin"
TEST_SITE_ADMIN_PASSWORD="admin"
SELENIUM_HOST="chrome"
SELENIUM_PORT=4444
Loading