clockwork icon indicating copy to clipboard operation
clockwork copied to clipboard

PHPUnit integration

Open UlrichEckhardt opened this issue 8 months ago • 0 comments

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 FileStorage class.
  • Add GitHub Actions that automatically execute the tests on pushes to the repository.

UlrichEckhardt avatar Apr 21 '25 10:04 UlrichEckhardt