File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ .editorconfig
12.phpunit.result.cache
23reports
34vendor
File renamed without changes.
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ parameters:
22 ignoreErrors :
33 - ' #Call to an undefined method Clue\\React\\Redis\\Client:: #'
44includes :
5- - vendor/phpstan/phpstan/conf/bleedingEdge.neon
5+ - ../ vendor/phpstan/phpstan/conf/bleedingEdge.neon
Original file line number Diff line number Diff line change 33<!-- PHPUnit configuration file with new format for PHPUnit 9.3+ -->
44<phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
55 xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/9.3/phpunit.xsd"
6- bootstrap =" vendor/autoload.php"
6+ bootstrap =" ../ vendor/autoload.php"
77 colors =" true"
88 cacheResult =" false" >
99 <testsuites >
1010 <testsuite name =" reactphp-redlock test suite" >
11- <directory >./tests/</directory >
11+ <directory >.. /tests/</directory >
1212 </testsuite >
1313 </testsuites >
1414 <coverage >
1515 <include >
16- <directory >./src/</directory >
16+ <directory >.. /src/</directory >
1717 </include >
1818 </coverage >
1919</phpunit >
Original file line number Diff line number Diff line change 66 xsi : schemaLocation =" https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd"
77>
88 <projectFiles >
9- <directory name =" src" />
9+ <directory name =" ../ src" />
1010 <ignoreFiles >
11- <directory name =" vendor" />
11+ <directory name =" ../ vendor" />
1212 </ignoreFiles >
1313 </projectFiles >
1414
You can’t perform that action at this time.
0 commit comments