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 db11521 commit 6810cfbCopy full SHA for 6810cfb
composer.json
@@ -30,7 +30,7 @@
30
"symfony/process": "^3.4|^4.0"
31
},
32
"require-dev": {
33
- "phpunit/phpunit": "^4.8.35|^5.7",
+ "phpunit/phpunit": "^5.7|^6.5",
34
"psr/log": "^1.0"
35
36
"suggest": {
tests/Gitonomy/Git/Tests/HooksTest.php
@@ -140,7 +140,7 @@ public function testSet_Existing_ThrowsLogicException($repository)
140
{
141
$repository->getHooks()->set('foo', 'bar');
142
143
- $this->setExpectedException('LogicException');
+ $this->expectException('LogicException');
144
145
}
146
0 commit comments