Skip to content

Commit 9ce6b52

Browse files
authored
Merge pull request #119 from thephpleague/issue118
Issue #118 merge together "split lines" aka "line folding"
2 parents c109d81 + b6a881d commit 9ce6b52

9 files changed

+9
-18
lines changed

tests/Mock/CIMCreateCardFailure.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
HTTP/1.1 200 OK
22
Cache-Control: private
33
Content-Length: 746
4-
Content-Type: text/xml;
5-
charset=utf-8
4+
Content-Type: text/xml; charset=utf-8
65
Server: Microsoft-IIS/7.5
76
X-AspNet-Version: 2.0.50727
87
X-Powered-By: ASP.NET

tests/Mock/CIMCreateCardFailureWithDuplicate.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
HTTP/1.1 200 OK
22
Cache-Control: private
33
Content-Length: 746
4-
Content-Type: text/xml;
5-
charset=utf-8
4+
Content-Type: text/xml; charset=utf-8
65
Server: Microsoft-IIS/7.5
76
X-AspNet-Version: 2.0.50727
87
X-Powered-By: ASP.NET

tests/Mock/CIMCreateCardSuccess.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
HTTP/1.1 200 OK
22
Cache-Control: private
33
Content-Length: 746
4-
Content-Type: text/xml;
5-
charset=utf-8
4+
Content-Type: text/xml; charset=utf-8
65
Server: Microsoft-IIS/7.5
76
X-AspNet-Version: 2.0.50727
87
X-Powered-By: ASP.NET

tests/Mock/CIMCreatePaymentProfileFailure.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
HTTP/1.1 200 OK
22
Cache-Control: private
33
Content-Length: 746
4-
Content-Type: text/xml;
5-
charset=utf-8
4+
Content-Type: text/xml; charset=utf-8
65
Server: Microsoft-IIS/7.5
76
X-AspNet-Version: 2.0.50727
87
X-Powered-By: ASP.NET

tests/Mock/CIMCreatePaymentProfileFailureMaxProfileLimit.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
HTTP/1.1 200 OK
22
Cache-Control: private
33
Content-Length: 746
4-
Content-Type: text/xml;
5-
charset=utf-8
4+
Content-Type: text/xml; charset=utf-8
65
Server: Microsoft-IIS/7.5
76
X-AspNet-Version: 2.0.50727
87
X-Powered-By: ASP.NET

tests/Mock/CIMCreatePaymentProfileSuccess.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
HTTP/1.1 200 OK
22
Cache-Control: private
33
Content-Length: 746
4-
Content-Type: text/xml;
5-
charset=utf-8
4+
Content-Type: text/xml; charset=utf-8
65
Server: Microsoft-IIS/7.5
76
X-AspNet-Version: 2.0.50727
87
X-Powered-By: ASP.NET

tests/Mock/CIMGetPaymentProfileSuccess.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
HTTP/1.1 200 OK
22
Cache-Control: private
33
Content-Length: 746
4-
Content-Type: text/xml;
5-
charset=utf-8
4+
Content-Type: text/xml; charset=utf-8
65
Server: Microsoft-IIS/7.5
76
X-AspNet-Version: 2.0.50727
87
X-Powered-By: ASP.NET

tests/Mock/CIMGetProfileSuccess.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
HTTP/1.1 200 OK
22
Cache-Control: private
33
Content-Length: 746
4-
Content-Type: text/xml;
5-
charset=utf-8
4+
Content-Type: text/xml; charset=utf-8
65
Server: Microsoft-IIS/7.5
76
X-AspNet-Version: 2.0.50727
87
X-Powered-By: ASP.NET

tests/Mock/CIMUpdatePaymentProfileSuccess.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
HTTP/1.1 200 OK
22
Cache-Control: private
33
Content-Length: 746
4-
Content-Type: text/xml;
5-
charset=utf-8
4+
Content-Type: text/xml; charset=utf-8
65
Server: Microsoft-IIS/7.5
76
X-AspNet-Version: 2.0.50727
87
X-Powered-By: ASP.NET

0 commit comments

Comments
 (0)