1
0
forked from sites/cdn

initial commit

This commit is contained in:
csimonis
2024-08-07 08:41:40 +02:00
commit 5f43f7078d
8 changed files with 55 additions and 0 deletions

4
misc.sh Normal file
View File

@ -0,0 +1,4 @@
#!/bin/bash
alias test='php bin/phpunit'
alias cover='php bin/phpunit --coverage-html=html-coverage'