Skip to content
This repository was archived by the owner on Oct 22, 2019. It is now read-only.

Commit 93cdf7b

Browse files
authored
Merge pull request #42 from buffcode/autoloading-tests
Correct autoloading for tests
2 parents 07cc7ec + 9ca2542 commit 93cdf7b

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

composer.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,10 @@
2626
"Prometheus\\": "src/"
2727
}
2828
},
29+
"autoload-dev": {
30+
"psr-0": {
31+
"Test\\Prometheus\\": "tests/"
32+
}
33+
},
2934
"license": "Apache-2.0"
3035
}

0 commit comments

Comments
 (0)