Skip to content

Releases: wp-cli/wp-cli-tests

Version 5.1.1

Choose a tag to compare

@swissspidy swissspidy released this 20 Mar 08:02
9c1aa9b
  • Harden SQLite install cache copy operations with file_exists guards [#317]
  • Update PHP_CodeSniffer repository link [#314]

Version 5.1.0

Choose a tag to compare

@swissspidy swissspidy released this 18 Mar 17:26
67c51a8
  • Fix typo in WPCliRuncommandDynamicReturnTypeExtension [#312]
  • Improve compatibility with other operating systems [#274]

Version 5.0.11

Choose a tag to compare

@swissspidy swissspidy released this 16 Mar 14:49
79ab345
  • Automate detection and removal of unused PHP use statements via Slevomat Coding Standard [#311]
  • Resolve WP_VERSION to latest patch when only major.minor is provided [#307]
  • Improve error message for failed steps [#304]

Version 5.0.10

Choose a tag to compare

@swissspidy swissspidy released this 15 Feb 17:28
26313e2
  • Add @skip-<dbtype> tags for database-specific test exclusion [#302]

Version 5.0.9

Choose a tag to compare

@swissspidy swissspidy released this 05 Feb 21:27
aaa3187
  • Upgrade require szepeviktor/phpstan-wordpress [#298]
  • Fix MariaDB 11.4+ warnings with --no-defaults flag [#297]

Version 5.0.8

Choose a tag to compare

@swissspidy swissspidy released this 13 Jan 16:00
8e20b27
  • Replace inner variables first [#295]

Version 5.0.7

Choose a tag to compare

@swissspidy swissspidy released this 13 Jan 14:59
2e886a5
  • Support nested variables in INVOKE_WP_CLI_WITH_PHP_ARGS [#294]

Version 5.0.6

Choose a tag to compare

@swissspidy swissspidy released this 17 Dec 15:51
72aae3e
  • Avoid side effects in FeatureContext file [#292]

Version 5.0.5

Choose a tag to compare

@swissspidy swissspidy released this 10 Dec 09:27
ca81720
  • Fix ambiguity by improving regex [#291]

Version 5.0.4

Choose a tag to compare

@swissspidy swissspidy released this 09 Dec 18:14
77d4758
  • Fall back to running tests with SQLite [#286]
  • Add Behat step for installing WordPress with specific version [#282]
  • Fix database type detection to query server version instead of client binary [#281]
  • Add unified diff output to failed Behat comparisons [#280]
  • Add functional tests for Behat step definitions [#279]
  • Conditionally pass Behat --xdebug flag [#276]