InterNACHI / modular

Modularize your Laravel application
MIT License
796 stars 65 forks source link

The `modules:sync` command causes a warning #66

Open hettiger opened 9 months ago

hettiger commented 9 months ago
pest

   WARN  Test results may not be as expected because the XML configuration file did not pass validation:

  Line 28:
  - Element 'formatOutput': This element is not expected.

Removing <formatOutput>1</formatOutput> from phpunit.xml immediately fixes the warning.

Everything seems to work just fine without <formatOutput>1</formatOutput> so I suggest to remove this from the modules:sync command.

binaryfire commented 2 days ago

Just ran across the same issue. Thanks.