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.
1 parent ba3b126 commit 7c27497Copy full SHA for 7c27497
src/Codeception/Module/Db.php
@@ -52,7 +52,7 @@
52
* dsn: 'mysql:host=localhost;dbname=testdb'
53
* user: 'root'
54
* password: ''
55
- * dump: 'tests/_data/dump.sql'
+ * dump: 'tests/Support/Data/dump.sql'
56
* populate: true # whether the dump should be loaded before the test suite is started
57
* cleanup: true # whether the dump should be reloaded before each test
58
* reconnect: true # whether the module should reconnect to the database before each test
0 commit comments