@@ -574,6 +574,8 @@ function xmlAssertion($key, $value)
574
574
PHPUnit_Framework_Assert::assertInstanceOf ('SimpleXMLElement ' , $ test ->curl ->response );
575
575
}
576
576
577
+ xmlAssertion ('Content-Type ' , 'application/atom+xml; charset=UTF-8 ' );
578
+ xmlAssertion ('Content-Type ' , 'application/atom+xml;charset=UTF-8 ' );
577
579
xmlAssertion ('Content-Type ' , 'application/rss+xml ' );
578
580
xmlAssertion ('Content-Type ' , 'application/rss+xml; charset=utf-8 ' );
579
581
xmlAssertion ('Content-Type ' , 'application/rss+xml;charset=utf-8 ' );
@@ -584,6 +586,8 @@ function xmlAssertion($key, $value)
584
586
xmlAssertion ('Content-Type ' , 'text/xml; charset=utf-8 ' );
585
587
xmlAssertion ('Content-Type ' , 'text/xml;charset=utf-8 ' );
586
588
589
+ xmlAssertion ('content-type ' , 'application/atom+xml; charset=UTF-8 ' );
590
+ xmlAssertion ('content-type ' , 'application/atom+xml;charset=UTF-8 ' );
587
591
xmlAssertion ('content-type ' , 'application/rss+xml ' );
588
592
xmlAssertion ('content-type ' , 'application/rss+xml; charset=utf-8 ' );
589
593
xmlAssertion ('content-type ' , 'application/rss+xml;charset=utf-8 ' );
@@ -594,6 +598,8 @@ function xmlAssertion($key, $value)
594
598
xmlAssertion ('content-type ' , 'text/xml; charset=utf-8 ' );
595
599
xmlAssertion ('content-type ' , 'text/xml;charset=utf-8 ' );
596
600
601
+ xmlAssertion ('CONTENT-TYPE ' , 'application/atom+xml; charset=UTF-8 ' );
602
+ xmlAssertion ('CONTENT-TYPE ' , 'application/atom+xml;charset=UTF-8 ' );
597
603
xmlAssertion ('CONTENT-TYPE ' , 'application/rss+xml ' );
598
604
xmlAssertion ('CONTENT-TYPE ' , 'application/rss+xml; charset=utf-8 ' );
599
605
xmlAssertion ('CONTENT-TYPE ' , 'application/rss+xml;charset=utf-8 ' );
0 commit comments