Skip to content

Commit 383e981

Browse files
committed
Updates to phpunit config to more accurately determine coverage
1 parent 5f333b6 commit 383e981

3 files changed

Lines changed: 6 additions & 75 deletions

File tree

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Created by .ignore support plugin (hsz.mobi)
22
### Composer template
33
composer.phar
4-
composer.lock
4+
/composer.lock
55
/vendor/
66

77
# Commit your application's lock file http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file
@@ -53,6 +53,6 @@ crashlytics.properties
5353
crashlytics-build.properties
5454
fabric.properties
5555

56-
phpunit.xml
56+
/phpunit.xml
5757
/Tests/logs/
5858
/Tests/cache/

composer.lock

Lines changed: 1 addition & 71 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

phpunit.xml.dist

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,10 @@
2323
<whitelist>
2424
<directory>./</directory>
2525
<exclude>
26-
<directory>./config</directory>
27-
<directory>./Controller</directory>
26+
<directory>./vendor</directory>
27+
<directory>./DependencyInjection</directory>
2828
<directory>./Resources</directory>
29+
<directory>./Tests</directory>
2930
</exclude>
3031
</whitelist>
3132
</filter>

0 commit comments

Comments
 (0)