1
0
mirror of synced 2025-03-21 07:23:55 +03:00

Removing debug comment

This commit is contained in:
Michael Ridgway 2011-07-26 17:39:57 -04:00
parent 154fd60d85
commit 7f20a32db3

View File

@ -244,9 +244,6 @@ class NativeQueryTest extends \Doctrine\Tests\OrmFunctionalTestCase
$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());
}