File tree Expand file tree Collapse file tree 4 files changed +15
-22
lines changed
Expand file tree Collapse file tree 4 files changed +15
-22
lines changed Original file line number Diff line number Diff line change 1+ preset : psr2
2+
3+ linting : true
4+
5+ finder :
6+ name :
7+ - " *.php"
8+ path :
9+ - " src"
10+ - " tests"
Original file line number Diff line number Diff line change 1111 "homepage" : " https://github.com/linna/app"
1212 }
1313 ],
14+ "support" : {
15+ "issues" : " https://github.com/linna/app/issues"
16+ },
1417 "require" : {
1518 "php" : " >=7.0.0" ,
1619 "linna/framework" : " ^v0.18"
Original file line number Diff line number Diff line change 1- <phpunit colors =" true"
2- bootstrap =" tests/bootstrap.php"
3- verbose =" true"
4- >
1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <phpunit colors =" true" bootstrap =" vendor/autoload.php" verbose =" true" >
53 <testsuites >
64 <testsuite name =" Linna App Test Suite" >
75 <directory suffix =" Test.php" >./tests</directory >
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments