woocommerce/tools/changelogger
Christopher Allford c91dda177d
Fix E2E Tests (#31205)
* Removed Changlogger Autoload

* Changed Jetpack Changelogger Formatter Loading

Rather than using the Composer autoload, we should use the
changelogger's "filename" option to point directly at the file.
This keeps the file out of the autoloads, since it's possible that
plugins or packages may be symlinked and break the relative
path to the plugin.
2021-11-16 15:01:50 +13:00
..
Formatter.php Fix E2E Tests (#31205) 2021-11-16 15:01:50 +13:00
PackageFormatter.php Fix E2E Tests (#31205) 2021-11-16 15:01:50 +13:00
PluginFormatter.php Fix E2E Tests (#31205) 2021-11-16 15:01:50 +13:00