From 1ad8dc4b98beee8de6e40c16e1748fc66910358e Mon Sep 17 00:00:00 2001 From: Cerdic Date: Tue, 1 Feb 2022 15:26:25 +0100 Subject: [PATCH] Correction du test unitaire sur l'empty tar #4417 --- tests/SpipArchiverTest.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/SpipArchiverTest.php b/tests/SpipArchiverTest.php index f22f2a2..fbf9fbe 100644 --- a/tests/SpipArchiverTest.php +++ b/tests/SpipArchiverTest.php @@ -129,9 +129,7 @@ class SpipArchiverTest extends TestCase 'empty-tar' => [ 0, [ - 'proprietes' => [ - 'racine' => '', - ], + 'proprietes' => [], 'fichiers' => [], ], __DIR__ . '/../var/tmp/tar/empty.tar',