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
Post a Comment