liberu-genealogy / laravel-gedcom

Gedcom reading and writing for Laravel 11
https://www.liberu.co.uk
MIT License
77 stars 50 forks source link

Refactor Large Functions in Test Files #19

Closed sweep-ai[bot] closed 6 months ago

sweep-ai[bot] commented 6 months ago

PR Feedback (click)

In GedcomExporterTest.php, the testExportingData function has been refactored into functions that set up the test environment, execute the test, and verify the results. Similarly, in ImporterTests.php, the functions testNoteImport, testObjeImport, and testRepoImport have been broken down into functions that prepare the mock data, execute the import, and verify the results.

Summary of Changes

sweep-ai[bot] commented 6 months ago

Rollback Files For Sweep