Skip to content

Commit 7c27497

Browse files
Update src/Codeception/Module/Db.php
Co-authored-by: Dieter Beck <[email protected]>
1 parent ba3b126 commit 7c27497

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Codeception/Module/Db.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
* dsn: 'mysql:host=localhost;dbname=testdb'
5353
* user: 'root'
5454
* password: ''
55-
* dump: 'tests/_data/dump.sql'
55+
* dump: 'tests/Support/Data/dump.sql'
5656
* populate: true # whether the dump should be loaded before the test suite is started
5757
* cleanup: true # whether the dump should be reloaded before each test
5858
* reconnect: true # whether the module should reconnect to the database before each test

0 commit comments

Comments
 (0)