Skip to content

Commit df09153

Browse files
Add argument escaping to expected output
1 parent eedec6d commit df09153

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/phpbu/Cli/Executable/PgdumpTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ public function testJobs()
261261
$pgdump->dumpDatabase('phpbu')->dumpJobs(4)->dumpTo($file);
262262

263263
$this->assertEquals(
264-
PHPBU_TEST_BIN . '/pg_dump -w --jobs=4 --dbname=\'phpbu\' --file=\'/tmp/foo\'',
264+
PHPBU_TEST_BIN . '/pg_dump -w --jobs=\'4\' --dbname=\'phpbu\' --file=\'/tmp/foo\'',
265265
$pgdump->getCommand()
266266
);
267267
}

0 commit comments

Comments
 (0)