Skip to content

Commit 6810cfb

Browse files
PHPUnit upgrades
1 parent db11521 commit 6810cfb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"symfony/process": "^3.4|^4.0"
3131
},
3232
"require-dev": {
33-
"phpunit/phpunit": "^4.8.35|^5.7",
33+
"phpunit/phpunit": "^5.7|^6.5",
3434
"psr/log": "^1.0"
3535
},
3636
"suggest": {

tests/Gitonomy/Git/Tests/HooksTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ public function testSet_Existing_ThrowsLogicException($repository)
140140
{
141141
$repository->getHooks()->set('foo', 'bar');
142142

143-
$this->setExpectedException('LogicException');
143+
$this->expectException('LogicException');
144144
$repository->getHooks()->set('foo', 'bar');
145145
}
146146

0 commit comments

Comments
 (0)