Commit graph

2099 commits

Author SHA1 Message Date
Alain Schlesser
ee701d2fc8 Fix alignment for taxonomy test 2021-03-25 16:19:32 +00:00
Alain Schlesser
194dae549a Use separate execution flow for PHP 8.0+ 2021-03-25 13:58:40 +00:00
Alain Schlesser
8c5a49ef52 Skip core phpunit tests on PHP 8.0+ 2021-03-25 13:48:37 +00:00
Alain Schlesser
d39f5a9529 Adapt tests for CS changes 2021-03-25 12:23:12 +00:00
Alain Schlesser
628523da2f CS fixes 2021-03-25 11:34:25 +00:00
Alain Schlesser
781cbc3439 Use short array syntax 2021-03-25 11:34:19 +00:00
Alain Schlesser
41839b6fb1 Fix namespace issues 2021-03-25 11:34:15 +00:00
Alain Schlesser
ef44d9045c Merge pull request #283 from Lewiscowles1986/pr-to-fix-gha-wip 2021-03-25 10:32:22 +00:00
Alain Schlesser
f37357aac2 Revert changes to GHA test setup 2021-03-25 10:29:26 +00:00
Lewis Cowles
dda4b035b0 Mark PHP 8 as experimental (for now) 2021-03-25 10:25:17 +00:00
Lewis Cowles
ee52aee19e Ensure existing tests cleaned 2021-03-25 10:22:29 +00:00
Lewis Cowles
796d869909 Pin PHPUnit version 2021-03-25 10:22:29 +00:00
Alain Schlesser
e4ae325978 Make wget quiet 2021-03-25 10:16:52 +00:00
Alain Schlesser
712006f869 Try conditionally downloading PHPUnit 2021-03-25 10:11:01 +00:00
Alain Schlesser
507b3e1b22 Account for new warnings 2021-03-24 16:05:33 +00:00
Alain Schlesser
c21113914c Account for new warnings 2021-03-24 15:59:12 +00:00
Alain Schlesser
037ad1a3ce Allow for mysql warning 2021-03-24 15:50:22 +00:00
Alain Schlesser
31e5e2af54 Merge pull request #284 from wojsmol/fix-variables-in-tests 2021-03-24 15:32:47 +00:00
wojsmol
b193426b5e fix MYSQL_HOST 2021-03-12 11:00:04 +01:00
wojsmol
d43dce5931 use MYSQL_PORT 2021-03-12 10:50:10 +01:00
wojsmol
011de21d79 require "wp-cli/wp-cli-tests": "^3.0.10" 2021-03-12 10:29:05 +01:00
wojsmol
c2e9960387 fix variables 2021-03-12 10:05:13 +01:00
Alain Schlesser
83dce3349d Use env variables 2021-03-09 10:19:28 +00:00
Alain Schlesser
8dd0b3256a Try hardcoding for GHA auth structure 2021-03-09 09:48:19 +00:00
Alain Schlesser
4b624b6124 Revert "Try expanding on the user definition"
This reverts commit b93793bd7a.
2021-03-06 12:35:31 +00:00
Alain Schlesser
11b2ca055b Try expanding on the user definition 2021-03-06 12:29:35 +00:00
Alain Schlesser
ffe7f4857a Require v3.0.9 of wp-cli-tests 2021-03-06 12:08:12 +00:00
Alain Schlesser
7114f6050c Fix broken DB host env variable 2021-03-06 09:00:10 +00:00
Alain Schlesser
80112fff26 Use MySQL exports from GHA workflow 2021-03-06 08:27:13 +00:00
Alain Schlesser
3af8da5117 Use DB variables 2021-03-06 08:05:32 +00:00
Alain Schlesser
cb375fd194 Require v3.0.8 of wp-cli-tests 2021-03-06 07:51:37 +00:00
Alain Schlesser
c8801fd858 Require v3.0.2 of wp-cli-tests 2021-03-03 18:37:30 +00:00
Alain Schlesser
9be39ef2f6 Require v2.5+ of framework 2021-03-03 17:53:20 +00:00
Alain Schlesser
48057e885c Update Behat configuration file 2021-03-03 16:33:49 +00:00
Alain Schlesser
5bcf66dca8 Add updated GHA testing workflow 2021-03-03 16:25:25 +00:00
schlessera
f19be41363 Update file(s) from wp-cli/.github 2020-12-08 20:19:42 +00:00
Alain Schlesser
61d82489c3 Merge pull request #276 from 2ndkauboy/fix/post-type-phpcs-fixes
Fix PHPCS issues for post-types
2020-11-01 22:19:40 +01:00
Alain Schlesser
2b71c51976 Merge pull request #275 from 2ndkauboy/fix/274-add-bulk-message-to-scaffold-post-type-command 2020-10-29 12:38:30 +01:00
Bernhard Kau
748c7a9496 Update templates/post_type_extended.mustache
Co-authored-by: Alain Schlesser <alain.schlesser@gmail.com>
2020-10-02 10:26:29 +02:00
Bernhard Kau
33210031ef Fix PHPCS issues for post-types 2020-10-02 10:21:59 +02:00
Bernhard Kau
e9bd3f894b Add a callback for the bulk messages for post-types 2020-10-01 22:55:08 +02:00
Alain Schlesser
c394c1633d Merge pull request #271 from joemcgill/267/fix-nightly-tests
Keep test suite in sync with WP files when testing trunk/nightlies
2020-07-15 17:04:52 +02:00
Joe McGill
e1d5a9a24e Keep test suite in sync with WP files when testing trunk/nightlies
This replaces the existing process of downloading the nightly .zip file with exporting a clean directory tree from https://core.svn.wordpress.org/trunk, which is more closely in sync with the unit test suite files installed during the install_test_suite() process. Additionally, using `svn export` instead of `svn co` avoids downloading the .svn directory, which is unnecessary.
2020-07-06 11:29:53 -05:00
schlessera
1a09c82183 Update file(s) from wp-cli/.github 2020-07-05 11:46:03 +00:00
Alain Schlesser
6feb44fad3 Merge pull request #269 from yukihiko-shinoda/hotfix-extra
Fix bug that can't init non default host DB
2020-07-04 09:42:02 +02:00
Alain Schlesser
69f96fb437 Merge pull request #266 from szepeviktor/patch-1
WP_CORE_DIR does not need a trailing slash
2020-07-04 09:40:38 +02:00
Alain Schlesser
58d72024f9 Merge pull request #268 from yukihiko-shinoda/add-matrix-7.4-travis 2020-07-04 09:39:40 +02:00
Alain Schlesser
466a068a1d Merge pull request #270 from shahariaazam/patch-1
GitHub workflow files should be ignored on build
2020-06-29 14:55:51 +02:00
Shaharia Azam
99a1f1d4ab GitHub workflow files should be ignored on build
`.github` workflow files is not necessary for distribution build.
2020-06-28 20:59:30 +06:00
Yukihiko Shinoda
2454e669a1 Fix bug that can't init non default host DB 2020-06-19 03:39:05 +09:00