Skip to content

Commit 7d538f2

Browse files
Update uri test lo latest CLI version
1 parent f3deac8 commit 7d538f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/phpbu/Cli/Executable/MongodumpTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ public function testUri()
162162
$mongo->dumpToDirectory('./dump')->useUri('mymongouri');
163163

164164
$this->assertEquals(
165-
PHPBU_TEST_BIN . '/mongodump --out \'./dump' . '\' --uri \'mymongouri\'',
165+
'"' . PHPBU_TEST_BIN . '/mongodump" --out \'./dump' . '\' --uri \'mymongouri\'',
166166
$mongo->getCommand()
167167
);
168168
}

0 commit comments

Comments
 (0)