Skip to content

Commit d68a154

Browse files
committed
updated test
1 parent 2589a2c commit d68a154

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

Tests/Repository/Vcs/GitDriverTest.php

+11-7
Original file line numberDiff line numberDiff line change
@@ -108,13 +108,17 @@ public function testPublicRepositoryWithSkipUpdate($type, $filename)
108108
$identifier = '92bebbfdcde75ef2368317830e54b605bc938123';
109109
$io = $this->getMockBuilder('Composer\IO\IOInterface')->getMock();
110110

111-
$this->config->merge(array(
112-
'fxp-asset' => array(
113-
'git-driver' => array(
114-
'skip-update' => '1 week',
115-
)
116-
),
117-
));
111+
$this->config->merge([
112+
'config' => [
113+
'fxp-asset' => [
114+
'git-driver' => [
115+
'skip-update' => '1 week',
116+
],
117+
],
118+
// TODO: bring code-coverage to 100%
119+
'cache-vcs-dir' => sys_get_temp_dir().'/composer-test-cache-vcs',
120+
],
121+
]);
118122

119123
$repoConfig = array(
120124
'url' => $repoUrl,

0 commit comments

Comments
 (0)