Skip to content

Commit

Permalink
phpunit expectException fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
johnny-bit committed Oct 28, 2019
1 parent 6a634ff commit a6c8ba5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/EPP/AbstractFrameTest.php
Expand Up @@ -132,6 +132,9 @@ public function testGetDomNodeListOnSuccess()
$this->AssertInstanceOf(\DOMNodeList::class, $return);
}

/**
* @requires PHP 5.6
*/
public function testNonExistingXmlns()
{
$stub = $this->getMockForAbstractClass(AbstractFrame::class);
Expand Down

0 comments on commit a6c8ba5

Please sign in to comment.