Skip to content

Commit eedec6d

Browse files
Fix option order
1 parent 322be49 commit eedec6d

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 --dbname=\'phpbu\' --file=\'/tmp/foo\' --jobs=4',
264+
PHPBU_TEST_BIN . '/pg_dump -w --jobs=4 --dbname=\'phpbu\' --file=\'/tmp/foo\'',
265265
$pgdump->getCommand()
266266
);
267267
}

0 commit comments

Comments
 (0)