File tree Expand file tree Collapse file tree 5 files changed +4
-3
lines changed
tests/DependencyInjection Expand file tree Collapse file tree 5 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1+ .phpunit.result.cache
12phpunit.xml
23vendor
34composer.lock
Original file line number Diff line number Diff line change 2424 "phpunit/phpunit" : " ^8.4"
2525 },
2626 "autoload" : {
27- "psr-0 " : { "PSS\\ SymfonyMockerContainer" : " src/" }
27+ "psr-4 " : { "PSS\\ SymfonyMockerContainer\\ " : " src/" }
2828 }
2929}
Original file line number Diff line number Diff line change 44
55 <testsuites >
66 <testsuite name =" SymfonyMockerContainer test suite" >
7- <directory suffix =" Test.php" >./src/PSS/SymfonyMockerContainer/Tests </directory >
7+ <directory suffix =" Test.php" >./tests </directory >
88 </testsuite >
99 </testsuites >
1010
1111 <filter >
1212 <whitelist >
1313 <directory >./src</directory >
1414 <exclude >
15- <directory >./src/PSS/SymfonyMockerContainer/Tests </directory >
15+ <directory >./tests </directory >
1616 <directory >./vendor</directory >
1717 </exclude >
1818 </whitelist >
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments