Skip to content

Commit

Permalink
cleanup assertions
Browse files Browse the repository at this point in the history
  • Loading branch information
dbu committed May 26, 2011
1 parent e25172e commit c4e96d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/Jackalope/Transport/Davex/RequestTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public function testExecuteDom()
->method('execute')
->will($this->returnValue('<xml/>'));

$this->assertTrue($request->executeDom() instanceof DOMDocument);
$this->assertInstanceOf('DOMDocument', $request->executeDom());
}

/**
Expand Down

0 comments on commit c4e96d1

Please sign in to comment.