formatting fix
This commit is contained in:
parent
edb1b251d6
commit
951b2875d8
@ -76,7 +76,8 @@ class Doctrine_ColumnAggregationInheritance_TestCase extends Doctrine_UnitTestCa
|
|||||||
{
|
{
|
||||||
$child = new InheritanceChildTest();
|
$child = new InheritanceChildTest();
|
||||||
$this->assertTrue(isset($child->type));
|
$this->assertTrue(isset($child->type));
|
||||||
$this->assertEqual("type 1", $child->type);
|
|
||||||
|
$this->assertEqual('type 1', $child->type);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
class InheritanceTest extends Doctrine_Record
|
class InheritanceTest extends Doctrine_Record
|
||||||
|
Loading…
x
Reference in New Issue
Block a user