OSDN Git Service

install wp-mysqli, to avoid deprecation warnings, which cause PHPUnit to fail
authorscribu <mail@scribu.net>
Sun, 24 Nov 2013 18:09:54 +0000 (20:09 +0200)
committerscribu <mail@scribu.net>
Sun, 24 Nov 2013 18:09:54 +0000 (20:09 +0200)
templates/install-wp-tests.sh

index e92593f..82fa4a8 100644 (file)
@@ -26,6 +26,8 @@ install_wp() {
 
        wget -nv -O /tmp/wordpress.tar.gz http://wordpress.org/${ARCHIVE_NAME}.tar.gz
        tar --strip-components=1 -zxmf /tmp/wordpress.tar.gz -C $WP_CORE_DIR
+
+       wget -nv -O $WP_CORE_DIR/wp-content/db.php https://raw.github.com/markoheijnen/wp-mysqli/master/db.php
 }
 
 install_test_suite() {