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 3f903dc commit 313e0bbCopy full SHA for 313e0bb
src/Context/FeatureContext.php
@@ -334,7 +334,7 @@ private static function get_behat_internal_variables() {
334
* for use in subsequent WordPress copies
335
*/
336
private static function download_sqlite_plugin( $dir ) {
337
- $download_url = 'https://downloads.wordpress.org/plugin/sqlite-database-integration.zip';
+ $download_url = 'https://github.com/WordPress/sqlite-database-integration/archive/refs/tags/v2.1.3.zip';
338
$download_location = $dir . '/sqlite-database-integration.zip';
339
340
if ( ! is_dir( $dir ) ) {
0 commit comments