Skip to content

Commit 2589a2c

Browse files
committed
updated test
1 parent d8ccfe7 commit 2589a2c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Tests/Repository/Vcs/GitDriverTest.php

+4-2
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,10 @@ public function testPublicRepositoryWithSkipUpdate($type, $filename)
109109
$io = $this->getMockBuilder('Composer\IO\IOInterface')->getMock();
110110

111111
$this->config->merge(array(
112-
'config' => array(
113-
'git-skip-update' => '1 week',
112+
'fxp-asset' => array(
113+
'git-driver' => array(
114+
'skip-update' => '1 week',
115+
)
114116
),
115117
));
116118

0 commit comments

Comments
 (0)