Skip to content

Commit e022214

Browse files
committed
feat: update tests, remove psalm, edit gitattributes with new files
1 parent e3a9dd8 commit e022214

10 files changed

+126
-1422
lines changed

.gitattributes

+5-1
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,14 @@ bin export-ignore
55
tests export-ignore
66
.distignore export-ignore
77
.gitignore export-ignore
8+
.wp-env.json export-ignore
9+
node-modules export-ignore
810
composer.json export-ignore
911
composer.lock export-ignore
1012
grumphp.yml export-ignore
1113
phpcs.xml export-ignore
1214
phpunit.xml.dist export-ignore
1315
psalm.xml export-ignore
14-
README.md export-ignore
16+
README.md export-ignore
17+
package.json export-ignore
18+
package-lock.json export-ignore

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
/bin/release/
1313

1414
# Tests
15-
/tests/*.txt
1615
/tests/coverage/
1716
.phpunit.result.cache
1817

composer.json

-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
"phpcompatibility/php-compatibility": "^9.3",
2121
"phpro/grumphp-shim": "^1.3",
2222
"squizlabs/php_codesniffer": "^3.5",
23-
"vimeo/psalm": "^4.6",
2423
"wp-coding-standards/wpcs": "^2.3",
2524
"overtrue/phplint": "^2.3",
2625
"wp-phpunit/wp-phpunit": "^6.5",

0 commit comments

Comments
 (0)