-
-
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.
* Started adding PHP 8.4 support * Fixed CI to work with PHP 8.4 * Updated collections and console drivers to take advantage of property hooks * Updated CI to use this branch's CI template * Attempting to fix CI * Updated CI to ignore platform requirements * Fixed deprecations for implicit nullable types within Aphiria framework (still some within the PSR7 library Aphiria uses) * Updated console output to use property for driver * Made IMediaTypeFormatter use property hooks * Updated streams to use property hooks * Updated console AST nodes to use property hooks * WIP: Updated HTTP request and response classes to use properties, still need to fix all the mocks * Fixed all compiler errors, still need to update all mocks * WIP: Updated all interfaces to use property hooks where applicable but have not updated mocks. Also started updating classes to use property hooks * Updated console classes to use property hooks * Updated a few collection classes to use properties to return their values, clarified some session properties to be more self-descriptive * Fixed a few typos * Converted a few more protected methods to properties * Updated remaining getter methods to properties as appropriate * Fixed typo for user property in Controller * Converted controller methods to properties backed by virtual properties * Updated progress bar to use property to track progress * Updated session setters to use properties, made names of methods and parameters around session variables more self-explanatory * Updated error message interpolators to use properties, fixed setters with backing properties that use the abbreviated syntax * Converted a few more session methods to properties * Changed a few more boolean methods to be properties * Started mocking properties the way they will be mocked in PHPUnit going forward (WIP) * In a perfect world, everything should run once PHPUnit supports mocking property hooks * Fixed PHPDoc for some constants * Removed unneeded parantheses * Minor code tweaks * Updated to use experimental branch of PHPUnit that supports property hooks, started fixing tests * Updated to use PropertyHook::get and ::set to mock properties * Fixed some broken tests, still working through more * Fixed a bunch of tests, still more to fix * Got all tests running * Fixed mock type * Using temp PAT for Composer while referencing non-published branch of PHPUnit * Fixed CI * Trying to fix CI * Trying to fix CI * Trying to fix CI * Fixed some tests * Fixed some tests * Fixed some tests * Fixed nullable type * Fixed typo * Updated to use dev-main for PHPUnit * Updated to PHPUnit 11.5 * Removed unnecessary steps from CI * Fixed CI * Removed Mockery mocks because they do not support properties in interfaces yet * Updated PHP-Parser version
- Loading branch information
1 parent
46abb29
commit 72a9672
Showing
69 changed files
with
238 additions
and
271 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
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
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
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
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.