Skip to content
Success

Changes

Summary

  1. Update dev tools and CI setup. (#5) (details)
Commit e4efa0cc7f0ff5e46996a16ad275363e76701b86 by noreply
Update dev tools and CI setup. (#5)

- Brings tools up to date with the current VuFind dev branch
- Switches CI from Travis to GitHub Actions
- Fixes deprecated features in PHPUnit tests
- Includes some new style adjustments from new PHP-CS-Fixer rules
The file was removed.travis.yml
The file was modified README.md (diff)
The file was modified tests/unit-tests/src/VuFindTest/OaiPmh/HarvesterTest.php (diff)
The file was modified .gitignore (diff)
The file was modified build.xml (diff)
The file was modified src/OaiPmh/Harvester.php (diff)
The file was modified tests/unit-tests/src/VuFindTest/RecordWriterStrategy/CombinedRecordWriterStrategyTest.php (diff)
The file was modified CHANGELOG.md (diff)
The file was addedtests/phpstan.neon
The file was added.github/workflows/ci.yaml
The file was modified tests/unit-tests/src/VuFindTest/RecordWriterStrategy/IndividualRecordWriterStrategyTest.php (diff)
The file was modified phpunit.xml (diff)
The file was modified tests/vufind.php_cs (diff)
The file was modified src/OaiPmh/HarvesterCommand.php (diff)
The file was modified composer.json (diff)
The file was modified tests/integration-tests/src/VuFindTest/OaiPmh/HarvesterFactoryTest.php (diff)