Skip to content

Commit

Permalink
TE-4041 Fixed missing autoload for _support directories.
Browse files Browse the repository at this point in the history
  • Loading branch information
stereomon committed Feb 5, 2021
1 parent 49c0ef1 commit 78f0797
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@
},
"autoload": {
"psr-4": {
"Spryker\\": "src/Spryker/"
"Spryker\\": "src/Spryker/",
"SprykerTest\\Zed\\ProductSearch\\PageObject\\": "tests/SprykerTest/Zed/ProductSearch/_support/PageObject/"
}
},
"autoload-dev": {
Expand Down

0 comments on commit 78f0797

Please sign in to comment.