Skip to content

Commit 870fc5b

Browse files
author
github-ci
committed
feat(packages): 添加测试配置和文件
1 parent 9f2c5d3 commit 870fc5b

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

composer.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@
2121
"Tourze\\Symfony\\Aop\\": "src"
2222
}
2323
},
24+
"autoload-dev": {
25+
"psr-4": {
26+
"Tourze\\Symfony\\Aop\\Tests\\": "tests"
27+
}
28+
},
2429
"require-dev": {
2530
"phpunit/phpunit": "^10.0",
2631
"phpstan/phpstan": "^2.1"

tests/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

0 commit comments

Comments
 (0)