Skip to content

Commit

Permalink
Try updating constants to fix string substitution issue
Browse files Browse the repository at this point in the history
  • Loading branch information
noahtallen committed Mar 15, 2024
1 parent 9cdc936 commit 3e1a4e7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion jetpack
Submodule jetpack updated 390 files
4 changes: 2 additions & 2 deletions tests/files/test-vip-filesystem.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ class VIP_Filesystem_Test extends WP_UnitTestCase {

public static function configure_constant_mocker(): void {
Constant_Mocker::clear();
define( 'LOCAL_UPLOADS', '/wp/uploads' );
define( 'WP_CONTENT_DIR', '/wp/wordpress/wp-content' );
define( 'LOCAL_UPLOADS', '/tmp/uploads' );
define( 'WP_CONTENT_DIR', '/tmp/wordpress/wp-content' );
}

public function setUp(): void {
Expand Down
2 changes: 1 addition & 1 deletion wp-parsely
Submodule wp-parsely updated 167 files

0 comments on commit 3e1a4e7

Please sign in to comment.