We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bb5b793 + 9579ba4 commit b6bc65bCopy full SHA for b6bc65b
circle.yml
@@ -4,4 +4,4 @@ machine:
4
5
test:
6
override:
7
- - vendor/bin/phpunit tests
+ - vendor/bin/phpunit tests --coverage-text
phpunit.xml.dist
@@ -0,0 +1,12 @@
1
+<phpunit bootstrap="vendor/autoload.php">
2
+ <testsuites>
3
+ <testsuite>
+ <directory>tests</directory>
+ </testsuite>
+ </testsuites>
+ <filter>
8
+ <whitelist>
9
+ <directory suffix=".php">src</directory>
10
+ </whitelist>
11
+ </filter>
12
+</phpunit>
0 commit comments