You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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>
fromphpunit.xml
immediately fixes the warning.Everything seems to work just fine without
<formatOutput>1</formatOutput>
so I suggest to remove this from themodules:sync
command.The text was updated successfully, but these errors were encountered: