Skip to content

Commit

Permalink
Removing debug comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mridgway committed Jul 26, 2011
1 parent 154fd60 commit 7f20a32
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/Doctrine/Tests/ORM/Functional/NativeQueryTest.php
Expand Up @@ -244,9 +244,6 @@ public function testJoinedOneToManyNativeQueryWithRSMBuilder()
$query->setParameter(1, $phone->phonenumber);
$phone = $query->getSingleResult();

// \Doctrine\Common\Util\Debug::dump($phone);
// die();

$this->assertNotNull($phone->getUser());
$this->assertEquals($user->name, $phone->getUser()->getName());
}
Expand Down

0 comments on commit 7f20a32

Please sign in to comment.