-
-
Notifications
You must be signed in to change notification settings - Fork 46
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
Remove flashmessenger view helper #135
Remove flashmessenger view helper #135
Conversation
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.
Nice, didn't even know it was split out!
7.4 on lowest looks stuck - can you re-trigger please @Ocramius |
Signed-off-by: Abdul Malik Ikhsan <[email protected]>
- Removes magic method docs for removed helpers - Removes stray factory definition for removed helper Signed-off-by: George Steel <[email protected]>
Signed-off-by: George Steel <[email protected]>
Remove escaper from dev deps - it crept back in during a merge and is already present in deps Remove flash messenger from dev deps. It is no longer referenced anywhere. Signed-off-by: George Steel <[email protected]>
10fa20b
to
db23fc8
Compare
GHA didn't start at all here 🤔 |
Welp, it's broken again: https://www.githubstatus.com/ |
Not again 🙄 |
I think pushing an empty commit would give us feedback here - really sorry to push it on contributors, but can't do it from here ATM :| |
I think GHA is still down isn't it? |
Seems to be working/picking up stuff - the hook system was completely broken though |
80c574d
to
93c789d
Compare
Closes laminas#133 Tests removed in this branch contain the last remaining usage of Prophecy Signed-off-by: George Steel <[email protected]>
93c789d
to
06ad4e9
Compare
Appears to have gone green despite the UI not showing the checks: https://github.com/laminas/laminas-view/actions/runs/2029729860 |
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.
LGTM 🚢
Thanks @gsteel! |
Description
Rebases and resolves #47
Also closes #8
Closes #16
As this is the last remnant of prophecy usage, this pull also removes
phpspec/prophecy
from dev depsCloses #133