mirror of
https://github.com/wallabag/wallabag.git
synced 2025-09-15 18:57:05 +00:00
Added test for deduplication
This commit is contained in:
parent
c613df0e25
commit
d09fe4d233
4 changed files with 67 additions and 3 deletions
|
@ -70,7 +70,7 @@ class ExportCommandTest extends WallabagCoreTestCase
|
|||
$tester->execute([
|
||||
'command' => $command->getName(),
|
||||
'username' => 'admin',
|
||||
'filepath' => 'specialexport.json'
|
||||
'filepath' => 'specialexport.json',
|
||||
]);
|
||||
|
||||
$this->assertFileExists('specialexport.json');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue