Skip to content

Commit 7a97bf5

Browse files
committed
test autoload
1 parent 3135d29 commit 7a97bf5

6 files changed

Lines changed: 492 additions & 1006 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
name: PHP Test
1+
name: Test
22

33
on:
4-
push:
5-
branches: [ master ]
64
pull_request:
75
branches: [ master ]
86

composer.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@
1818
"require": {
1919
"php": ">=7.4"
2020
},
21+
"autoload-dev": {
22+
"classmap": [
23+
"tests/"
24+
]
25+
},
2126
"require-dev": {
2227
"phpunit/phpunit": "^8"
2328
},

0 commit comments

Comments
 (0)