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

Fix phpunit config #24

Closed azaozz closed 4 years ago

azaozz commented 4 years ago

Running PHPUnit 7.5.20 (latest that's supported by WordPress), seeing couple of warnings:

  Warning - The configuration file did not pass validation!
  The following problems have been detected:

  Line 17:
  - Element 'phpunit', attribute 'syntaxCheck': The attribute 'syntaxCheck' is not allowed.

  Line 19:
  - Element 'testsuite': The attribute 'name' is required but missing.

  Test results may not be as expected.