Skip to content

Commit

Permalink
Merge pull request #467 from publishpress/release-v3.14.2
Browse files Browse the repository at this point in the history
Release v3.14.2
  • Loading branch information
andergmartins authored Jul 21, 2021
2 parents 9102a71 + 748dee6 commit c30b8b5
Show file tree
Hide file tree
Showing 32 changed files with 407 additions and 76 deletions.
18 changes: 9 additions & 9 deletions .env.testing.dist
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
WP_ROOT_FOLDER="/Users/anderson/Local Sites/tests/app/public/"
TEST_SITE_WP_ADMIN_PATH="/wp-admin"
TEST_SITE_DB_NAME="local"
TEST_SITE_DB_DSN_PREFIX="host"
TEST_SITE_DB_HOST=":/Users/anderson/Library/Application Support/Local/run/vMY-HAzR7/mysql/mysqld.sock"
TEST_SITE_DB_DSN="mysql:unix_socket=/Users/anderson/Library/Application Support/Local/run/MS_83oTyx/mysql/mysqld.sock;dbname=ui_tests"
TEST_SITE_DB_HOST="localhost:/Users/anderson/Library/Application Support/Local/run/MS_83oTyx/mysql/mysqld.sock"
TEST_SITE_DB_NAME="ui_tests"
TEST_SITE_DB_USER="root"
TEST_SITE_DB_PASSWORD="root"
TEST_SITE_TABLE_PREFIX="wp_"
TEST_SITE_ADMIN_USERNAME="admin"
TEST_SITE_ADMIN_PASSWORD="admin"
TEST_SITE_WP_ADMIN_PATH="/wp-admin"
WP_ROOT_FOLDER="/Users/anderson/Local Sites/tests/app/public/"
TEST_DB_NAME="local"
TEST_DB_HOST=":/Users/anderson/Library/Application Support/Local/run/vMY-HAzR7/mysql/mysqld.sock"
TEST_DB_HOST="localhost:/Users/anderson/Library/Application Support/Local/run/MS_83oTyx/mysql/mysqld.sock"
TEST_DB_USER="root"
TEST_DB_PASSWORD="root"
TEST_TABLE_PREFIX="wp_"
TEST_SITE_WP_URL="https://tests.local"
TEST_SITE_WP_DOMAIN="tests.local"
TEST_SITE_ADMIN_EMAIL="[email protected]"
TEST_SITE_ADMIN_USERNAME="admin"
TEST_SITE_ADMIN_PASSWORD="admin"
TEST_SITE_ADMIN_EMAIL="[email protected]"
PUBLISHPRESS_API_URL="https://publishpress.com"
5 changes: 0 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@ Thumbs.db
/vendor
/packages

codeception.yml
tests/acceptance.suite.yml
tests/functional.suite.yml
tests/unit.suite.yml
tests/wpunit.suite.yml

.svn
.git
Expand Down
10 changes: 7 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
}
],
"dist": {
"url": "https://github.com/publishpress/PublishPress-Authors/releases/download/v3.14.1/publishpress-authors-3.14.1.zip",
"url": "https://github.com/publishpress/PublishPress-Authors/releases/download/v3.14.2/publishpress-authors-3.14.2.zip",
"type": "zip"
},
"require": {
Expand All @@ -55,9 +55,12 @@
},
"require-dev": {
"lucatume/wp-browser": "^3",
"codeception/module-asserts": "^1.3",
"codeception/module-asserts": "^1.0",
"codeception/module-phpbrowser": "^1.0",
"codeception/module-webdriver": "^1.0",
"codeception/module-db": "^1.0",
"codeception/module-filesystem": "^1.0",
"codeception/module-cli": "^1.0",
"codeception/util-universalframework": "^1.0",
"publishpress/publishpress-plugin-builder": "^1.2",
"phpmd/phpmd": "^2.8",
Expand All @@ -71,6 +74,7 @@
"build": "vendor/bin/robo build --ansi",
"build-unpacked": "vendor/bin/robo build:unpacked --ansi",
"mess-check": "vendor/bin/phpmd ./src ansi phpmd-ruleset.xml",
"copy-check": "vendor/bin/phpcpd --fuzzy ./src"
"copy-check": "vendor/bin/phpcpd --fuzzy ./src",
"start-chromedriver": "chromedriver --url-base=wd/hub"
}
}
Loading

0 comments on commit c30b8b5

Please sign in to comment.