Commit faacbe7f authored by Benjamin Eberlei's avatar Benjamin Eberlei

Fix test

parent 7a993d2e
......@@ -259,7 +259,7 @@ class PostgreSqlSchemaManagerTest extends SchemaManagerFunctionalTestCase
$databaseTable = $this->_sm->listTableDetails($testTable->getName());
print_r($databaseTable);
$this->assertEquals('foo', $databaseTable->getColumn('def')->getDefault());
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment