WordPress / wp-lazy-loading

Feature plugin for testing and experimenting with the "loading" HTML attribute.
https://wordpress.org/plugins/wp-lazy-loading/
GNU General Public License v2.0
69 stars 21 forks source link

Update tests/phpunit/bootstrap.php #8

Closed azaozz closed 4 years ago

azaozz commented 4 years ago

The [plugin-root]/vendor/autoload.php directory and file don't exist by default and don't seem needed to run the tests. Remove the include().

Alternatively it can do file_exists() before that.