We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c61035 commit 29b8d54Copy full SHA for 29b8d54
src/Context/FeatureContext.php
@@ -621,6 +621,8 @@ private static function configure_sqlite( $dir ): void {
621
/**
622
* We cache the results of `wp core download` to improve test performance.
623
* Ideally, we'd cache at the HTTP layer for more reliable tests.
624
+ *
625
+ * @param string $version
626
*/
627
private static function cache_wp_files( $version = '' ): void {
628
$wp_version = $version ?: getenv( 'WP_VERSION' );
0 commit comments