clockwork
clockwork copied to clipboard
PHPUnit integration
This PR integrates PHPUnit:
- Add PHPUnit 10 as a dev dependency. This implicitly bumps the PHP version required for development of Clockwork (not for regular use!) to 8.1, too.
- Add some tests for the
FileStorageclass. - Add GitHub Actions that automatically execute the tests on pushes to the repository.