Skip to content

Commit

Permalink
Small fix in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Imangazaliev committed Feb 13, 2016
1 parent 86f4386 commit 320b7f2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/DiDom/DocumentTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ class DocumentTest extends TestCase
*/
public function testConstructWithInvalidArgument()
{
$document = new Document();
$document->loadHtml(array('foo'));
$document = new Document(array('foo'));
}

/**
Expand Down

0 comments on commit 320b7f2

Please sign in to comment.