Skip to content

Commit 9390b20

Browse files
committed
Add PHPUnit
1 parent 2bf4de3 commit 9390b20

File tree

2 files changed

+1549
-0
lines changed

2 files changed

+1549
-0
lines changed

composer.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,16 @@
1616
"psr-4": {
1717
"App\\": "app"
1818
}
19+
},
20+
"autoload-dev": {
21+
"psr-4": {
22+
"App\\Test\\": "tests"
23+
}
24+
},
25+
"require-dev": {
26+
"phpunit/phpunit": "8.5.*"
27+
},
28+
"scripts": {
29+
"tests": "./vendor/bin/phpunit tests --color=always --stop-on-failure"
1930
}
2031
}

0 commit comments

Comments
 (0)