Skip to content

Commit e1afaa5

Browse files
staabmclxmstaab
andauthored
moved Rule* tests into a separate testsuite (#283)
Co-authored-by: Markus Staab <[email protected]>
1 parent 8bdd7fd commit e1afaa5

31 files changed

+16706
-6523
lines changed

.phpstan-dba.cache

Lines changed: 163 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

composer.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,10 @@
3131
"psr-4": {
3232
"staabm\\PHPStanDba\\Tests\\Fixture\\": "tests/default/Fixture/",
3333
"staabm\\PHPStanDba\\Tests\\": "tests/"
34-
}
34+
},
35+
"classmap": [
36+
"tests/default/data/runMysqlQuery.php"
37+
]
3538
},
3639
"scripts": {
3740
"csfix": [
@@ -45,12 +48,14 @@
4548
"phpstan": [
4649
"phpstan analyse -c phpstan.neon.dist",
4750
"phpstan analyse -c tests/default/config/phpstan.neon.dist",
51+
"phpstan analyse -c tests/rules/config/phpstan.neon.dist",
4852
"phpstan analyse -c tests/stringify/config/phpstan.neon.dist",
4953
"phpstan analyse -c tests/defaultFetchAssoc/config/phpstan.neon.dist",
5054
"phpstan analyse -c tests/defaultFetchNumeric/config/phpstan.neon.dist"
5155
],
5256
"phpunit": [
5357
"phpunit -c tests/default/config/phpunit.xml",
58+
"phpunit -c tests/rules/config/phpunit.xml",
5459
"phpunit -c tests/stringify/config/phpunit.xml",
5560
"phpunit -c tests/defaultFetchAssoc/config/phpunit.xml",
5661
"phpunit -c tests/defaultFetchNumeric/config/phpunit.xml"

0 commit comments

Comments
 (0)