Added basic tests
This commit is contained in:
Vendored
+2
@@ -0,0 +1,2 @@
|
||||
DOMAIN=wordpress.example.com
|
||||
ENABLE_COMPOSER=1
|
||||
Vendored
+2
@@ -0,0 +1,2 @@
|
||||
DOMAIN=wordpress.example.com
|
||||
CORS_ALLOW_ALL=1
|
||||
Vendored
+1
@@ -0,0 +1 @@
|
||||
DOMAIN=wordpress.example.com
|
||||
Vendored
+2
@@ -0,0 +1,2 @@
|
||||
DOMAIN=wordpress.example.com
|
||||
MULTISITE=enable
|
||||
+2
@@ -0,0 +1,2 @@
|
||||
DOMAIN=wordpress.example.com
|
||||
MULTISITE=subdomain
|
||||
+2
@@ -0,0 +1,2 @@
|
||||
DOMAIN=wordpress.example.com
|
||||
MULTISITE=subfolder
|
||||
Vendored
+2
@@ -0,0 +1,2 @@
|
||||
DOMAIN=wordpress.example.com
|
||||
PHP_EXTENSIONS=calendar
|
||||
Vendored
+8
@@ -0,0 +1,8 @@
|
||||
DOMAIN=wordpress.example.com
|
||||
SMTP_HOST=mail.example.com
|
||||
SMTP_PORT=587
|
||||
MAIL_FROM=wordpress@example.com
|
||||
SMTP_USER=relay@example.com
|
||||
SMTP_AUTH=on
|
||||
SMTP_TLS=on
|
||||
SMTP_OVERRIDE_FROM=on
|
||||
Vendored
+3
@@ -0,0 +1,3 @@
|
||||
DOMAIN=wordpress.example.com
|
||||
UPLOAD_MAX_SIZE=512M
|
||||
UPLOAD_MAX_TIME=60
|
||||
Reference in New Issue
Block a user