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 -

java - No use of nillable="0" in SOAP Webservice -

ubuntu - Laravel 5.2 quickstart guide gives Not Found Error -