We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bd056d commit 1dec31eCopy full SHA for 1dec31e
tests/SVNBuddy/Repository/Connector/CommandTest.php
@@ -56,9 +56,9 @@ protected function setUp()
56
$this->_command = $this->_createCommand();
57
}
58
59
- public function testRunWithoutCallback()
+ public function testRunWithoutCallbackAndWithoutCallback()
60
{
61
- $this->_process->getCommandLine()->willReturn('svn --non-interactive log --limit 5')->shouldBeCalled();
+ $this->_process->getCommandLine()->willReturn('svn log')->shouldBeCalled();
62
$this->_process->mustRun(null)->shouldBeCalled();
63
$this->_process->getOutput()->willReturn('OK')->shouldBeCalled();
64
0 commit comments