Skip to content

Commit

Permalink
test autoload
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghostff committed Jan 14, 2022
1 parent 3135d29 commit 7a97bf5
Show file tree
Hide file tree
Showing 6 changed files with 492 additions and 1,006 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: PHP Test
name: Test

on:
push:
branches: [ master ]
pull_request:
branches: [ master ]

Expand Down
5 changes: 5 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@
"require": {
"php": ">=7.4"
},
"autoload-dev": {
"classmap": [
"tests/"
]
},
"require-dev": {
"phpunit/phpunit": "^8"
},
Expand Down
Loading

0 comments on commit 7a97bf5

Please sign in to comment.