owncloud / gallery

:sunrise: Gallery app for ownCloud, which includes previews for all supported media files
GNU Affero General Public License v3.0
88 stars 65 forks source link

Remove obsolete 'strict' from phpunit.xml #858

Closed phil-davis closed 2 years ago

phil-davis commented 2 years ago

Description

Gets rid of messages in the unit test output: https://drone.owncloud.com/owncloud/gallery/381/2/5

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

  Line 9:
  - Element 'phpunit', attribute 'strict': The attribute 'strict' is not allowed.

  Test results may not be as expected.

I noticed this while starting to check the gallery app for any Guzzle5/6/7 issues.