Skip to content

Commit

Permalink
Merge pull request #10 from datashaman/hotfix/test-fixtures
Browse files Browse the repository at this point in the history
RIMU-1909 Test fixtures must be in autoload-dev
  • Loading branch information
datashaman authored Feb 5, 2020
2 parents a49c006 + a1fbcee commit 5194c07
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,15 @@
"autoload": {
"psr-4": {
"Ringierimu\\StateWorkflow\\": "src/"
},
"classmap": [
"tests/Fixtures/database/factories"
]
}
},
"autoload-dev": {
"psr-4": {
"Ringierimu\\StateWorkflow\\Tests\\": "tests/"
}
},
"classmap": [
"tests/Fixtures/database/factories"
]
},
"minimum-stability": "dev",
"prefer-stable": true
Expand Down

0 comments on commit 5194c07

Please sign in to comment.