This commit is contained in:
parent
4d36734953
commit
4213e49d50
@ -39,7 +39,14 @@ class Doctrine_Table_TestCase extends Doctrine_UnitTestCase
|
||||
parent::prepareTables();
|
||||
}
|
||||
|
||||
public function testFieldConversion()
|
||||
public function testInitializingNewTableWorksWithoutConnection()
|
||||
{
|
||||
$table = new Doctrine_Table('Test', $this->conn);
|
||||
|
||||
$this->assertEqual($table->getComponentName(), 'Test');
|
||||
}
|
||||
|
||||
public function testFieldConversion()
|
||||
{
|
||||
$this->dbh->setAttribute(PDO::ATTR_CASE, PDO::CASE_UPPER);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user