Skip to content

Commit 753eae6

Browse files
committed
updated docs, cleanup
1 parent d68a154 commit 753eae6

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Resources/doc/schema.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ The plugin can override the main file definitions of the Bower packages. To over
4949
definitions specify the packages and their main file array as name/value pairs. For an example
5050
see the [usage informations](index.md#override-the-main-files-for-bower).
5151

52-
##### config.fxp-asset.git-skip-update (root-only)
52+
##### config.fxp-asset.git-driver.skip-update (root-only)
5353

5454
The plugin can skip updating meta-data in git repositories for given amount of time, i.e. `1 week`.
5555

Tests/Repository/Vcs/GitDriverTest.php

-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ public function testPublicRepositoryWithSkipUpdate($type, $filename)
115115
'skip-update' => '1 week',
116116
],
117117
],
118-
// TODO: bring code-coverage to 100%
119118
'cache-vcs-dir' => sys_get_temp_dir().'/composer-test-cache-vcs',
120119
],
121120
]);

0 commit comments

Comments
 (0)