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 a9a0135 commit e7a6ac1Copy full SHA for e7a6ac1
tests/Gitonomy/Git/Tests/DiffTest.php
@@ -246,6 +246,7 @@ public function testThrowErrorOnBlobGetWithoutIndex()
246
} catch(\RuntimeException $exception) {
247
$this->assertSame('Index is missing to return Blob object.', $exception->getMessage());
248
}
249
+
250
try {
251
$file->getNewBlob();
252
0 commit comments