-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
…14) * Dropped eZ\Publish\Core\Persistence\Doctrine\Tests * Changed format of integration tests data fixtures into Yaml * Refactored integration tests data import to stop relying on DB Handler * Implemented database fixtures importer * Refactored Legacy Storage Setup Factory to use FixtureImporter * Updated test data LSE FullText index * Refactored unit tests setups to use FixtureImporter * Refactored TestCase::assertQueryResult accept QueryBuilder * Changed Core\Persistence TestCase::getDatabaseConnection to fail instead of throwing exception (makes no sense for test case to report it thrown and then report it for every test using that method as thrown as well). * Refactored unit tests to rely on Doctrine QueryBuilder * [Unit Tests] Replaced DatabaseHandler usages with Doctrine\DBAL * Refactored remaining unit tests to stop relying on test_data.php * Dropped test_data.php in favor of test_data.yaml The new data fixture file is located at: eZ/Publish/API/Repository/Tests/_fixtures/Legacy/data/test_data.yaml
- Loading branch information
Showing
41 changed files
with
2,147 additions
and
11,906 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.