We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 381a375 commit f125ef2Copy full SHA for f125ef2
tests/MySqlIntegration/DatabasePopulateTest.php
@@ -32,7 +32,7 @@ public function testLoadNotExistDump(): void
32
$this->expectException(ModuleException::class);
33
$this->expectExceptionMessage(
34
"\nFile with dump doesn't exist.\nPlease, check path for SQL-file: " .
35
- dirname(__DIR__) . '/_data/dumps/shop.sql'
+ dirname(__DIR__) . '/_data/dumps/mysql/shop.sql'
36
);
37
$this->tester->loadDump('shop');
38
}
0 commit comments