Home
DevCentral
Search
Configure Global Search
Log In
Transactions
T1449
Change Details
Change Details
Old
New
Diff
The production tests suite at rTESTSPRODENV detected URLs don't work anymore. The following test is involved: ```name=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.
The production tests suite at rTESTSPRODENV detected URLs don't work anymore. The following test is involved: ```name=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.
The production tests suite at rTESTSPRODENV detected URLs don't work anymore. The following test is involved: ```name=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.
Continue