false]]; $this->parse($old, $new, $expected, 'mailto:martin@fruux.com'); } /** * Check significant changes detection (no change). */ public function testSignificantChangesRRuleNoChange() { $old = << false]]; $this->parse($old, $new, $expected, 'mailto:martin@fruux.com'); } /** * Check significant changes detection (no change). */ public function testSignificantChangesRRuleOrderNoChange() { $old = << false]]; $this->parse($old, $new, $expected, 'mailto:martin@fruux.com'); } }