Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Commit

Permalink
Merge branch 'master' of git://github.com/zendframework/zf2
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasweidner committed Aug 26, 2011
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/DbStatementTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ public function testFetchObject()
$stmt->append($row);

$object = $stmt->fetchObject();
$this->assertType('stdClass', $object);
$this->assertInternalType('object', $object);
$this->assertEquals('bar', $object->foo);
$this->assertEquals('baz', $object->bar);
}
Expand Down

0 comments on commit c2aff03

Please sign in to comment.