File tree Expand file tree Collapse file tree 4 files changed +6
-9
lines changed
Expand file tree Collapse file tree 4 files changed +6
-9
lines changed Original file line number Diff line number Diff line change 55 "homepage" : " https://github.com/carlosbuenosvinos/php-kata" ,
66 "type" : " library" ,
77 "require-dev" : {
8- "phpunit/phpunit" : " 3.7 .*@dev" ,
8+ "phpunit/phpunit" : " 5.5 .*@dev" ,
99 "mockery/mockery" : " dev-master@dev" ,
10- "phpspec/phpspec" : " 2 .0.*@dev"
10+ "phpspec/phpspec" : " 3 .0.*@dev"
1111 },
1212 "license" : " MIT" ,
1313 "authors" : [
1717 }
1818 ],
1919 "autoload" : {
20- "psr-0 " : {
21- "Kata" : " src/"
20+ "psr-4 " : {
21+ "Kata\\ " : " src/"
2222 }
2323 },
2424 "config" : {
Original file line number Diff line number Diff line change 1919
2020 <testsuites >
2121 <testsuite name =" Kata Test Suite" >
22- <directory >./src/Kata/Tests /</directory >
22+ <directory >./tests /</directory >
2323 </testsuite >
2424 </testsuites >
2525
2626 <filter >
2727 <whitelist >
28- <directory >./src/Kata/</directory >
29- <exclude >
30- <directory >./src/Kata/*/Tests</directory >
31- </exclude >
28+ <directory >./src/</directory >
3229 </whitelist >
3330 </filter >
3431</phpunit >
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments