Skip to content

Commit 75b4b7e

Browse files
committed
tests: add database connection tests
1 parent c9cbac9 commit 75b4b7e

13 files changed

+3992
-0
lines changed

examples/composer.json

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"autoload": {
3+
"psr-4": {
4+
"Tests\\": "tests/"
5+
}
6+
},
7+
"require-dev": {
8+
"pestphp/pest": "^3.7"
9+
},
10+
"config": {
11+
"allow-plugins": {
12+
"pestphp/pest-plugin": true
13+
}
14+
},
15+
"scripts": {
16+
"test": "vendor/bin/pest"
17+
}
18+
}

0 commit comments

Comments
 (0)