Skip to content

Commit c1044e7

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Codeception/Module/Db.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@
7979
* user: 'root'
8080
* password: ''
8181
* dump:
82-
* - 'tests/_data/dump.sql'
83-
* - 'tests/_data/dump-2.sql'
82+
* - 'tests/Support/Data/dump.sql'
83+
* - 'tests/Support/Data/dump-2.sql'
8484
* ```
8585
*
8686
* ## Example with multi-databases

0 commit comments

Comments
 (0)