Dancer2-Serializer-XML
view release on metacpan or search on metacpan
t/Dancer2-Serializer-XML.t view on Meta::CPAN
#diag("Body: ". $body);
is($r->content, '<test bar="two" foo="one" />
', "serializers take note of settings");
};
}
# Test 5: check content type is right
is(
$serializer->content_type,
'application/xml',
'content-type is set correctly',
);
( run in 1.807 second using v1.01-cache-2.11-cpan-524268b4103 )