File tree Expand file tree Collapse file tree 3 files changed +2
-6
lines changed
Expand file tree Collapse file tree 3 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 3333 "symfony/yaml" : " ^2.8|^3.0|^4.0"
3434 },
3535 "require-dev" : {
36- "phpunit/phpunit" : " >=5.7,<7 .0" ,
36+ "phpunit/phpunit" : " >=5.7,<8 .0" ,
3737 "sebastian/comparator" : " >=1.2.3" ,
3838 "cakephp/cakephp-codesniffer" : " ^3.0"
3939 },
Original file line number Diff line number Diff line change 5555 </filter >
5656
5757 <logging >
58- <log type =" coverage-html" target =" ./tests/log/report" charset =" UTF-8"
59- yui =" true" highlight =" true"
58+ <log type =" coverage-html" target =" ./tests/log/report"
6059 lowUpperBound =" 50" highLowerBound =" 80" />
6160 <log type =" testdox-html" target =" ./tests/log/testdox.html" />
6261 </logging >
Original file line number Diff line number Diff line change @@ -40,7 +40,6 @@ public function testSetOutputMethods()
4040
4141 // stub output
4242 $ outputStub = $ this ->getMockBuilder ('\Symfony\Component\Console\Output\OutputInterface ' )
43- ->setConstructorArgs ([[]])
4443 ->getMock ();
4544
4645 // test methods
@@ -53,7 +52,6 @@ public function testGetInputMethodWithInjectedInput()
5352 {
5453 // stub input
5554 $ inputStub = $ this ->getMockBuilder ('\Symfony\Component\Console\Input\InputInterface ' )
56- ->setConstructorArgs ([[]])
5755 ->getMock ();
5856
5957 // stub migration
@@ -68,7 +66,6 @@ public function testGetOutputMethodWithInjectedOutput()
6866 {
6967 // stub output
7068 $ outputStub = $ this ->getMockBuilder ('\Symfony\Component\Console\Output\OutputInterface ' )
71- ->setConstructorArgs ([[]])
7269 ->getMock ();
7370
7471 // stub migration
You can’t perform that action at this time.
0 commit comments