add('test', "abc\r\ndef"); $this->assertEquals("TEST:abc\\ndef\r\n", $prop->serialize()); } }