aboutsummaryrefslogtreecommitdiffstats
path: root/.ddev/commands/web
Commit message (Collapse)AuthorAgeFilesLines
* Add ddev phpstan command to run phpstan in the container.mainHarald Eilertsen2024-11-121-0/+9
|
* Add ddev phpunit setup command to set up test dbHarald Eilertsen2024-11-121-15/+23
|
* Add ddev util command to run hubzilla utils in container.Harald Eilertsen2024-11-121-0/+13
|
* Fix test db credentials in config.Harald Eilertsen2024-11-121-2/+2
|
* Update config, phpunit and phpcsHarald Eilertsen2024-05-101-2/+31
|
* Use default phpunit config and generate html coverage report.Harald Eilertsen2024-01-071-2/+2
|
* 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