We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 322be49 commit eedec6dCopy full SHA for eedec6d
tests/phpbu/Cli/Executable/PgdumpTest.php
@@ -261,7 +261,7 @@ public function testJobs()
261
$pgdump->dumpDatabase('phpbu')->dumpJobs(4)->dumpTo($file);
262
263
$this->assertEquals(
264
- PHPBU_TEST_BIN . '/pg_dump -w --dbname=\'phpbu\' --file=\'/tmp/foo\' --jobs=4',
+ PHPBU_TEST_BIN . '/pg_dump -w --jobs=4 --dbname=\'phpbu\' --file=\'/tmp/foo\'',
265
$pgdump->getCommand()
266
);
267
}
0 commit comments