aboutsummaryrefslogtreecommitdiffstats
path: root/.ddev/commands
Commit message (Collapse)AuthorAgeFilesLines
* Fix ddev config and add phpunit subcommandHarald Eilertsen2023-09-101-0/+7
+ Update config to use ./core as working dir. Hubzilla assumes it is running with it's root directory as the cwd, so this makes sure tests work correctly when invoked through ddev. + Add phpunit ddev subcommand Enables running phpunit in the container directly from the host terminal like this. $ ddev phpunit -c tests/phpunit.xml tests The paths are relative to ./core