Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add ddev phpunit setup command to set up test db | Harald Eilertsen | 2024-11-12 | 1 | -15/+23 |
| | |||||
* | Fix test db credentials in config. | Harald Eilertsen | 2024-11-12 | 1 | -2/+2 |
| | |||||
* | Update config, phpunit and phpcs | Harald Eilertsen | 2024-05-10 | 1 | -2/+31 |
| | |||||
* | Use default phpunit config and generate html coverage report. | Harald Eilertsen | 2024-01-07 | 1 | -2/+2 |
| | |||||
* | Fix ddev config and add phpunit subcommand | Harald Eilertsen | 2023-09-10 | 1 | -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 |