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
Currently there are no phpUnit tests defined for phpdoc-md. Add a tests/ folder with phpUnit tests against all classes.
It is recommended to first abstract the code in bin/phpdoc-md out into a testable class to ensure full coverage without being bound to reading and writing config and output files.
The text was updated successfully, but these errors were encountered:
Currently there are no phpUnit tests defined for phpdoc-md. Add a
tests/
folder with phpUnit tests against all classes.It is recommended to first abstract the code in
bin/phpdoc-md
out into a testable class to ensure full coverage without being bound to reading and writing config and output files.The text was updated successfully, but these errors were encountered: