Skip to content

Commit

Permalink
Merge pull request #5005 from nextcloud/test/version-ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusknorr authored Aug 11, 2023
2 parents 390adc9 + d01df8c commit 86111b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/import/ImportExportTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ public function testReimportOcc() {
);
}

public static function writeArrayStructure(string $prefix = '', array $array = [], array $skipKeyList = ['id', 'boardId', 'cardId', 'stackId', 'ETag', 'permissions', 'shared']): string {
public static function writeArrayStructure(string $prefix = '', array $array = [], array $skipKeyList = ['id', 'boardId', 'cardId', 'stackId', 'ETag', 'permissions', 'shared', 'version']): string {
$output = '';
$arrayIsList = array_keys($array) === range(0, count($array) - 1);
foreach ($array as $key => $value) {
Expand Down

0 comments on commit 86111b3

Please sign in to comment.