Skip to content

Commit e704b93

Browse files
author
Chris Halbert
committed
master: Update tests.
1 parent 9dccfba commit e704b93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/src/Console/ApplicationTest.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,12 @@ public function testDoRun()
5050

5151
$outputMock->expects($this->once())
5252
->method('write')
53-
->with('phpbcc version 0.0.1 by Chris Halbert' . PHP_EOL . PHP_EOL);
53+
->with('phpbcc version 1.0.0 by Chris Halbert' . PHP_EOL . PHP_EOL);
5454

5555
$inputMock = $this->getMockBuilder(InputInterface::class)
5656
->setMethods(get_class_methods(InputInterface::class))
5757
->getMock();
5858

5959
$this->application->doRun($inputMock, $outputMock);
6060
}
61-
}
61+
}

0 commit comments

Comments
 (0)