-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Experimental test on PHP 8.2 #42
Conversation
7f368fd
to
7434d0e
Compare
45de8e6
to
0d22897
Compare
If the only place Request::_routes is ever set is from here - and it's never read... this must be left behind from previous refactorings
fe86b8d
to
d9b477d
Compare
@acoulton happy I merge this into the 8.1 branch and release both together? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome
@@ -16,7 +16,7 @@ | |||
class Kohana_HTTPTest extends Unittest_TestCase | |||
{ | |||
|
|||
protected $_inital_request; | |||
protected ?Request $_initial_request; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good example of how the dynamic property depreciation will help overall!
No description provided.