Skip to content

Releases: wp-cli/wp-cli-tests

Version 2.1.1

20 Apr 16:56
83b636f
Compare
Choose a tag to compare
  • Fix ID comparison [#64]
  • Always show sniff name in addition to error message [#63]
  • Add QA-checks for the WP_CLI_CS ruleset [#62]

Version 2.1.0

19 Apr 15:18
a6a3ef6
Compare
Choose a tag to compare
  • Use snake_case for support functions and put them under a namespace [#59]
  • Prefix functions in global namespace [#58]
  • Add CODEOWNERS file [#57]
  • Remove unneeded framework files [#56]
  • Adapt variable names to move from camelCase to snake_case [#55]
  • Use strict comparisons [#54]
  • Wrap Behat & PHPUnit bootstrapping code into a function [#53]
  • PHPCS: fix up the code base [10] - rename a local variable [#52]
  • Move PHP 5.4 tests from WP_VERSION latest to 5.1 [#50]
  • Send SIGTERM before sending SIGKILL [#47]
  • PHPCS: fix up the code base [8] - assignments in conditions [#45]
  • Create a WP_CLI_CS standard for PHP_CodeSniffer [#44]
  • PHPCS: fix up the code base [9] - assignments in conditions [#43]
  • PHPCS: fix up the code base [7] - multi-line function calls [#42]
  • PHPCS: fix up the code base [6] - multi-line function calls [#41]
  • PHPCS: fix up the code base [5] - yoda conditions [#40]
  • PHPCS: fix up the code base [4] - strict comparisons [#39]
  • PHPCS: fix up the code base [3] - scope modifiers [#38]
  • PHPCS: fix up the code base [2] - object instantiation [#37]
  • PHPCS: fix up the code base [1] - whitespace [#36]

Version 2.0.13

04 Dec 16:07
53232fa
Compare
Choose a tag to compare
  • Make version constraint for PHP Codesniffer installer more flexible [#33]

Version 2.0.12

03 Dec 20:52
89b8328
Compare
Choose a tag to compare
  • Adapt the README.md partial [#32]
  • Make it easier to write tests for WordPress plugins containing CLI commands [#31]

Version 2.0.11

17 Nov 16:30
4ec287a
Compare
Choose a tag to compare
  • Disable WP Cron by default for Behat tests [#28]

Version 2.0.10

25 Aug 10:12
32de18d
Compare
Choose a tag to compare
  • Add Given a ... cache file step [#23]

Version 2.0.9

23 Aug 16:46
00c487c
Compare
Choose a tag to compare
  • Errorneous use of define in PHPUnit bootstrap file [#20|

Version 2.0.8

23 Aug 16:27
da807cf
Compare
Choose a tag to compare
  • Fix fetching the VERSION file from the framework [#19]

Version 2.0.7

09 Aug 10:27
894c765
Compare
Choose a tag to compare
  • Explain how to re-run failed scenarios [#16]
  • Add rerun-behat-tests command [#15]

Version 2.0.6

06 Aug 23:24
a0add83
Compare
Choose a tag to compare
  • Add missing bootstrap constants WP_CLI and WP_CLI_VERSION [#14]