-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Breaking Changes: - Only support PHP 8.3 - Make classes read-only when possible - Add types to constants - Upgrade PHPUnit to v11.3 - Use static versions of asserts and expectations of invocations - Change CI pipeline to use PHP 8.3 - Changes to `AbstractFileLoaderFixture`: - Add `LoadMode` enumeration to define load modes of files - Change `getLoadMode` to return a `LoadMode` enumeration value instead of a string - Change derived classes to conform with new `getLoadMode` definition - Changes to `ConnectionPurger`: - Add `PurgeMode` enumeration to define purge modes - Remove `setPurgeMode` and `getPurgeMode` - The purge mode must be set in the constuctor with a `PurgeMode` enumeration value (which defaults to `PurgeMode::Delete`) - Remove `InvalidConnectionPurgeModeException` - Update documentation
- Loading branch information
1 parent
227b09d
commit c41d2df
Showing
56 changed files
with
369 additions
and
476 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
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
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
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
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
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.