File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -15,5 +15,5 @@ desktop.ini
1515/vendor
1616
1717# PHPUnit
18- /tests / .phpunit.result.cache
19- /tests / clover.xml
18+ /.phpunit.result.cache
19+ /clover.xml
Original file line number Diff line number Diff line change 77 ~ This file is copyrighted by the contributors recorded in the version control
88 ~ history of the file, available from the following original location:
99 ~
10- ~ <https://github.com/PhrozenByte/phpunit-throwable-asserts/blob/master/tests/ phpunit.xml>
10+ ~ <https://github.com/PhrozenByte/phpunit-throwable-asserts/blob/master/phpunit.xml>
1111 ~
1212 ~ @license http://opensource.org/licenses/MIT The MIT License
1313 ~
1414 ~ SPDX-License-Identifier: MIT
1515 ~ License-Filename: LICENSE
1616 -->
1717
18- <phpunit bootstrap =" .. /vendor/autoload.php" >
18+ <phpunit bootstrap =" ./vendor/autoload.php" >
1919 <testsuites >
2020 <testsuite name =" phpunit-throwable-asserts" >
21- <directory >./Unit</directory >
21+ <directory >./tests/ Unit</directory >
2222 </testsuite >
2323 </testsuites >
2424 <filter >
2525 <whitelist >
26- <directory suffix =" .php" >.. /src</directory >
26+ <directory suffix =" .php" >./src</directory >
2727 </whitelist >
2828 </filter >
2929 <logging >
You can’t perform that action at this time.
0 commit comments