Skip to content

Commit 7368932

Browse files
committed
Removed comments to force an update for previews to test new workflow change.
1 parent 19b9c90 commit 7368932

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

plugins/hwp-previews/tests/bootstrap.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,14 @@
77
* @link https://github.com/wpengine/hwptoolkit/blob/main/plugins/hwp-previews/TESTING.md
88
*/
99

10-
// Ensure proper autoloading
1110
if (file_exists(__DIR__ . '/../../vendor/autoload.php')) {
1211
require_once __DIR__ . '/../../vendor/autoload.php';
1312
}
1413

15-
// Load the main plugin file to ensure all classes are available
1614
if (file_exists(__DIR__ . '/../../hwp-previews.php')) {
1715
require_once __DIR__ . '/../../hwp-previews.php';
1816
}
1917

20-
// Load access functions if they exist
2118
if (file_exists(__DIR__ . '/../../access-functions.php')) {
2219
require_once __DIR__ . '/../../access-functions.php';
2320
}

0 commit comments

Comments
 (0)