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 eedec6d commit df09153Copy full SHA for df09153
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 --jobs=4 --dbname=\'phpbu\' --file=\'/tmp/foo\'',
+ PHPBU_TEST_BIN . '/pg_dump -w --jobs=\'4\' --dbname=\'phpbu\' --file=\'/tmp/foo\'',
265
$pgdump->getCommand()
266
);
267
}
0 commit comments