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 11
11
/box.json
12
12
/build /
13
13
/clover.xml
14
- /dist /
15
14
/fixtures /* /.box_dump /
16
15
/fixtures /* /vendor /
17
16
/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
15
15
BOX_BIN = bin/box
16
16
BOX = $(BOX_BIN )
17
17
18
- COVERAGE_DIR = dist /coverage
18
+ COVERAGE_DIR = build /coverage
19
19
COVERAGE_XML = $(COVERAGE_DIR ) /xml
20
20
COVERAGE_HTML = $(COVERAGE_DIR ) /html
21
21
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ file that was distributed with this source code.
13
13
xsi : noNamespaceSchemaLocation =" vendor/phpunit/phpunit/phpunit.xsd"
14
14
bootstrap =" vendor/autoload.php"
15
15
colors =" true"
16
- cacheResultFile =" ../dist /.phpunit-composer-root-version-checker.result.cache"
16
+ cacheResultFile =" ../build /.phpunit-composer-root-version-checker.result.cache"
17
17
>
18
18
<testsuites >
19
19
<testsuite name =" Test Suite" >
You can’t perform that action at this time.
0 commit comments