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 19b9c90 commit 7368932Copy full SHA for 7368932
1 file changed
plugins/hwp-previews/tests/bootstrap.php
@@ -7,17 +7,14 @@
7
* @link https://github.com/wpengine/hwptoolkit/blob/main/plugins/hwp-previews/TESTING.md
8
*/
9
10
-// Ensure proper autoloading
11
if (file_exists(__DIR__ . '/../../vendor/autoload.php')) {
12
require_once __DIR__ . '/../../vendor/autoload.php';
13
}
14
15
-// Load the main plugin file to ensure all classes are available
16
if (file_exists(__DIR__ . '/../../hwp-previews.php')) {
17
require_once __DIR__ . '/../../hwp-previews.php';
18
19
20
-// Load access functions if they exist
21
if (file_exists(__DIR__ . '/../../access-functions.php')) {
22
require_once __DIR__ . '/../../access-functions.php';
23
0 commit comments