Skip to content

Commit 25136af

Browse files
committed
Bump coverage
1 parent 14a8e17 commit 25136af

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

tests/Configuration/Value/SourceTest.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,15 @@ public function getLocalFolder_WithGit_PrependDownloadPath()
3636
);
3737
}
3838

39+
/** @test */
40+
public function getType_WithGit_ReturnGit()
41+
{
42+
self::assertEquals(
43+
Source::TYPE_GIT,
44+
(new Source('path/to/repo.git', []))->getType()
45+
);
46+
}
47+
3948
/** @test */
4049
public function getPath()
4150
{

0 commit comments

Comments
 (0)