Skip to content

Commit f9d94b1

Browse files
committed
test mysqli and pdo-mysql in tandem
1 parent 7a1be1c commit f9d94b1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

composer.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,13 @@
4343
],
4444
"test": [
4545
"@putenv DBA_REFLECTOR=mysqli",
46+
"@phpunit",
47+
"@phpstan",
4648

49+
"@putenv DBA_REFLECTOR=pdo-mysql",
4750
"@phpunit",
4851
"@phpstan",
52+
4953
"@csfix"
5054
],
5155
"record": [

0 commit comments

Comments
 (0)