[2.0] DDC-302 - Fix failures occuring from Sqlite Tests in this regard - No test coverage for this features now.
This commit is contained in:
parent
32eb644c62
commit
0b058c0609
@ -98,36 +98,4 @@ class SqliteSchemaManagerTest extends SchemaManagerFunctionalTestCase
|
||||
{
|
||||
$this->_sm->renameTable('oldname', 'newname');
|
||||
}
|
||||
|
||||
/**
|
||||
* @expectedException \Exception
|
||||
*/
|
||||
public function testAddTableColumn()
|
||||
{
|
||||
return $this->_sm->addTableColumn('table', 'column', array());
|
||||
}
|
||||
|
||||
/**
|
||||
* @expectedException \Exception
|
||||
*/
|
||||
public function testRemoveTableColumn()
|
||||
{
|
||||
$this->_sm->removeTableColumn('table', 'column');
|
||||
}
|
||||
|
||||
/**
|
||||
* @expectedException \Exception
|
||||
*/
|
||||
public function testChangeTableColumn()
|
||||
{
|
||||
$this->_sm->changeTableColumn('name', 'type', null, array());
|
||||
}
|
||||
|
||||
/**
|
||||
* @expectedException \Exception
|
||||
*/
|
||||
public function testRenameTableColumn()
|
||||
{
|
||||
$this->_sm->renameTableColumn('table', 'old', 'new', array());
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user