You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using a Phinx as a part of the Nette framework.
There is a Dependency Ijection contaier, where I can setup the Phinx configuration directly without the 'phinx.yml' file, using the setConfig method.
Unfortunately the Test command force to use the file.
I'm using a Phinx as a part of the Nette framework.
There is a Dependency Ijection contaier, where I can setup the Phinx configuration directly without the 'phinx.yml' file, using the
setConfig
method.Unfortunately the
Test
command force to use the file.phinx/src/Phinx/Console/Command/Test.php
Line 62 in 26753bd
It will be nice to have a possibility to check the connection with this configuration.
Everything that I need is to encapsulate this line like this:
The text was updated successfully, but these errors were encountered: