Commit 4d5a6ac7 authored by beberlei's avatar beberlei

[2.0] DC-169 - Skip all UpdateSchemaTests

parent e3314dae
......@@ -8,6 +8,11 @@ require_once __DIR__ . '/../../../TestInit.php';
abstract class UpdateSchemaTestCase extends \Doctrine\Tests\OrmTestCase
{
public function setUp()
{
$this->markTestSkipped('Update Schema Tool stuff wont be needed anymore soon!');
}
protected function _doTestAddField()
{
$this->_initSchemaTool("Cms");
......@@ -283,4 +288,9 @@ class UpdateSchemaMock extends \Doctrine\DBAL\Schema\AbstractSchemaManager
{
return $this->_fixtureData[$tableName];
}
protected function _getPortableTableColumnDefinition($column)
{
return $column;
}
}
\ No newline at end of file
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