The production tests suite at rTESTSPRODENV detected URLs don't work anymore.
The following test is involved:
TommyTest.php
public function testDashboard () { $content = file_get_contents('https://builds.nasqueron.org'); $this->assertContains('ci.nasqueron.org/job/', $content); }
I strongly suspect the string hash fix means the property has to be fetched another way.
Regression introduced at 517786ca4886.