iFixit / alertinator

Simplistic team-based alerting through email, sms and phone calls.
http://alertinator.readthedocs.org/
Other
9 stars 4 forks source link

Test on PHP 8 #22

Closed davidrans closed 3 years ago

davidrans commented 3 years ago

I had to update one test to get it passing PHP 8. Undefined constant changed from a warning to an error in PHP 8. To make sure we are testing the same thing on PHP 7 and 8, this changes it to just explicitly trigger a warning.

cr_req 1 qa_req 0

Connects https://github.com/iFixit/ifixit/issues/37333

djmetzle commented 3 years ago

CR :eight: