Skip to content

Commit

Permalink
fix(bootstrap): remove duplicate / in path
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-sumner committed Apr 26, 2024
1 parent 6bb87f6 commit 4a9588d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/bootstrap.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

// First we need to load the composer autoloader, so we can use WP Mock
require_once plugin_dir_path( __FILE__ ) . '/vendor/autoload.php';
require_once plugin_dir_path( __FILE__ ) . 'vendor/autoload.php';

// Bootstrap WP_Mock to initialize built-in features
WP_Mock::bootstrap();

0 comments on commit 4a9588d

Please sign in to comment.