aboutsummaryrefslogtreecommitdiffstats
path: root/.ddev
Commit message (Collapse)AuthorAgeFilesLines
* Update config, phpunit and phpcsmainHarald Eilertsen9 days2-14/+306
|
* Add extra dependencies for dev branch.Harald Eilertsen2024-01-141-1/+6
|
* Use default phpunit config and generate html coverage report.Harald Eilertsen2024-01-071-2/+2
|
* Add new required dependencies bcmath and sodium.Harald Eilertsen2024-01-071-1/+1
| | | | These are required after Hubzilla version 8.8.5.
* Remove old nginx example config.Harald Eilertsen2023-12-191-94/+0
|
* Use custom nginx-config, and set composer rootHarald Eilertsen2023-12-192-4/+95
|
* Fix ddev config and add phpunit subcommandHarald Eilertsen2023-09-102-9/+10
| | | | | | | | | | | | | | | | + 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
* Set up a ddev env for development/testing og HubzillaHarald Eilertsen2023-04-302-0/+118