$this->assertType('array', $result);
$domain = $result['values'][0];
- $this->assertEquals("info@EXAMPLE.ORG", $domain['from_email'], 'In line ' . __LINE__);
+ $this->assertEquals("info@EXAMPLE.ORG", $domain['from_email']);
$this->assertEquals("FIXME", $domain['from_name']);
// checking other important parts of domain information
// test will fail if backward incompatible changes happen
continue;
}
- $this->assertEquals("info@EXAMPLE.ORG", $domain['from_email'], 'In line ' . __LINE__);
+ $this->assertEquals("info@EXAMPLE.ORG", $domain['from_email']);
$this->assertEquals("FIXME", $domain['from_name']);
// checking other important parts of domain information