File tree 3 files changed +24
-2
lines changed
3 files changed +24
-2
lines changed Original file line number Diff line number Diff line change 4
4
composer.lock
5
5
coverage
6
6
docs
7
- phpunit.xml
8
- phpstan.neon
9
7
testbench.yaml
10
8
vendor
11
9
node_modules
Original file line number Diff line number Diff line change
1
+ parameters :
2
+ level : 9
3
+ paths :
4
+ - src
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
+ xsi : noNamespaceSchemaLocation =" vendor/phpunit/phpunit/phpunit.xsd"
4
+ bootstrap =" vendor/autoload.php"
5
+ colors =" true"
6
+ >
7
+ <testsuites >
8
+ <testsuite name =" Architecture" >
9
+ <directory >./tests/Architecture</directory >
10
+ </testsuite >
11
+ <testsuite name =" Unit" >
12
+ <directory >./tests/Unit</directory >
13
+ </testsuite >
14
+ </testsuites >
15
+ <source >
16
+ <include >
17
+ <directory >src</directory >
18
+ </include >
19
+ </source >
20
+ </phpunit >
You can’t perform that action at this time.
0 commit comments