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.
:memory:
1 parent 1b64777 commit fa2b585Copy full SHA for fa2b585
docs/en/commands.rst
@@ -397,7 +397,8 @@ using the Manager class :
397
$configArray = require('phinx.php');
398
$configArray['environments']['test'] = [
399
'adapter' => 'sqlite',
400
- 'connection' => $pdo
+ 'connection' => $pdo,
401
+ 'name' => ':memory:',
402
];
403
$config = new Config($configArray);
404
$manager = new Manager($config, new StringInput(' '), new NullOutput());
0 commit comments