Skip to content

Commit

Permalink
TS-47 Add module-specific fixtures sql dump
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniil Tkachev committed Dec 6, 2024
1 parent e11cca4 commit 6dfe31c
Show file tree
Hide file tree
Showing 2 changed files with 1,224 additions and 146 deletions.
4 changes: 2 additions & 2 deletions tests/Codeception/Config/params.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ function getTemporaryDataDumpFilePath(): string

function getCodeceptionSpecificFixtureFilePath(): string
{
return Path::join(__DIR__, '../Support/Data', 'fixtures.sql');
return Path::join(__DIR__, '../Support', 'Data', 'fixtures.sql');
}

function getMysqlConfigPath(): string
Expand All @@ -63,4 +63,4 @@ function getGenericFixtureSqlFilePath(): string
{
$facts = new Facts();
return Path::join(__DIR__, '/../../', 'Fixtures', 'testdata_' . strtolower($facts->getEdition()) . '.sql');
}
}
Loading

0 comments on commit 6dfe31c

Please sign in to comment.