Skip to content
Snippets Groups Projects
Commit a6dafaf9 authored by Erick Hitter's avatar Erick Hitter
Browse files

Fixes for 5.x tests

parent 81682933
No related branches found
No related tags found
1 merge request!4v0.6
Pipeline #1000 passed
......@@ -2,6 +2,7 @@ variables:
# Configure mysql service (https://hub.docker.com/_/mysql/)
MYSQL_DATABASE: wordpress_tests
MYSQL_ROOT_PASSWORD: mysql
WP_VERSION: latest
cache:
paths:
......@@ -10,7 +11,7 @@ cache:
before_script:
# Set up WordPress tests
- bash bin/install-wp-tests.sh $MYSQL_DATABASE root $MYSQL_ROOT_PASSWORD mysql latest true
- bash bin/install-wp-tests.sh $MYSQL_DATABASE root $MYSQL_ROOT_PASSWORD mysql $WP_VERSION true
# PHPUnit
- |
......@@ -22,6 +23,8 @@ before_script:
PHPunit:PHP5.3:MySQL:
stage: test
variables:
WP_VERSION: 5.1.1
image: containers.ethitter.com:443/docker/images/php:5.3
services:
- mysql:5.6
......
......@@ -26,7 +26,7 @@ function _manually_load_plugin() {
// Plugin requires a permalink structure to operate.
_set_default_permalink_structure_for_tests();
require dirname( __FILE__, 2 ) . '/eth-simple-shortlinks.php';
require dirname( dirname( __FILE__ ) ) . '/eth-simple-shortlinks.php';
}
tests_add_filter( 'muplugins_loaded', '_manually_load_plugin' );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment