File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed
composer-root-version-checker Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 1111/box.json
1212/build /
1313/clover.xml
14- /dist /
1514/fixtures /* /.box_dump /
1615/fixtures /* /vendor /
1716/fixtures /set004 /composer.lock
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ PHPSTAN = $(PHPSTAN_BIN) analyze src tests --level max --memory-limit=-1
1515BOX_BIN = bin/box
1616BOX = $(BOX_BIN )
1717
18- COVERAGE_DIR = dist /coverage
18+ COVERAGE_DIR = build /coverage
1919COVERAGE_XML = $(COVERAGE_DIR ) /xml
2020COVERAGE_HTML = $(COVERAGE_DIR ) /html
2121
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ file that was distributed with this source code.
1313 xsi : noNamespaceSchemaLocation =" vendor/phpunit/phpunit/phpunit.xsd"
1414 bootstrap =" vendor/autoload.php"
1515 colors =" true"
16- cacheResultFile =" ../dist /.phpunit-composer-root-version-checker.result.cache"
16+ cacheResultFile =" ../build /.phpunit-composer-root-version-checker.result.cache"
1717>
1818 <testsuites >
1919 <testsuite name =" Test Suite" >
You can’t perform that action at this time.
0 commit comments