missing new line
This commit is contained in:
parent
6fc18e330d
commit
3196b0c05a
1 changed files with 1 additions and 0 deletions
|
@ -255,6 +255,7 @@ class ResultSetMappingTest extends \Doctrine\Tests\OrmTestCase
|
||||||
$this->assertEquals('Doctrine\Tests\Models\CMS\CmsUser', $rsm->getDeclaringClass('status'));
|
$this->assertEquals('Doctrine\Tests\Models\CMS\CmsUser', $rsm->getDeclaringClass('status'));
|
||||||
$this->assertEquals('Doctrine\Tests\Models\CMS\CmsUser', $rsm->getDeclaringClass('username'));
|
$this->assertEquals('Doctrine\Tests\Models\CMS\CmsUser', $rsm->getDeclaringClass('username'));
|
||||||
}
|
}
|
||||||
|
|
||||||
public function testIndexByMetadataColumn()
|
public function testIndexByMetadataColumn()
|
||||||
{
|
{
|
||||||
$rms = $this->_rsm;
|
$rms = $this->_rsm;
|
||||||
|
|
Loading…
Add table
Reference in a new issue