Skip to content

Commit

Permalink
Fix styling for ResponseTest
Browse files Browse the repository at this point in the history
  • Loading branch information
johnny-bit committed Jan 10, 2019
1 parent d00d979 commit 621234b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/EPP/Frame/ResponseTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@ public function testResponseFailure()
$this->assertNull($response->clientTransactionId());
$this->assertNull($response->serverTransactionId());
}

public function testInvalidResponse()
{
$not_found = '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
Expand All @@ -246,6 +247,7 @@ public function testEmptyResponse()

$this->assertEquals($response, $empty_epp);
}

public function testWeirdResponse()
{
$empty_epp = '<?xml version="1.0" encoding="UTF-8" standalone="no"?>
Expand Down

0 comments on commit 621234b

Please sign in to comment.