GetDKAN / ddev-dkan

DDEV add-on for DKAN.
https://getdkan.github.io/ddev-dkan/
Apache License 2.0
3 stars 2 forks source link

Better/simpler phpunit commmand #31

Closed dafeder closed 1 year ago

dafeder commented 1 year ago

By adding create user steps to DKAN core functional tests (see GetDKAN/dkan#3936), we remove the need to call the dkan-test-users command from dkan-test-phpunit. This PR replaces that whole command with a new one, dkan-phpunit, that removes this and a couple other unnecessary slow-down steps. Once we're satisfied with it we can remove dkan-test-phpunit from this repo.

I'd like to shorten and simplify other commands here as well in the future following this pattern - for instance I think dkan-module-test-cypress can just be dkan-cypress.