mysql - Codeception dump not running -


hi try run dump sql. working fine on cli

    actor: tester paths:     tests: tests     log: tests/_output     data: tests/_data     support: tests/_support     envs: tests/_envs settings:     bootstrap: _bootstrap.php     colors: true     memory_limit: 1024m extensions:     enabled:         - codeception\extension\runfailed #        - codeception\lib\driver\db modules:     enabled: [db]     config:         db:             dsn: 'mysql:host=127.0.0.1;dbname=mydb'             user: 'root'             password: 'mypass'             dump: codeception/_data/dump.sql             populate: true             cleanup: false 

how can debug it?


Comments

Popular posts from this blog

sublimetext3 - what keyboard shortcut is to comment/uncomment for this script tag in sublime -

dataset - MPAndroidchart returning no chart Data available -

post - imageshack API cURL -