Commit 8755f796 authored by Steve Müller's avatar Steve Müller

fix foreign key referential action SQL on SQL Server and SQL Anywhere

parent 2479145c
...@@ -411,12 +411,6 @@ class SQLAnywherePlatformTest extends AbstractPlatformTestCase ...@@ -411,12 +411,6 @@ class SQLAnywherePlatformTest extends AbstractPlatformTestCase
$this->_platform->getForeignKeyMatchCLauseSQL(3); $this->_platform->getForeignKeyMatchCLauseSQL(3);
} }
public function testCannotGenerateNoActionForeignKeyReferentialActionClauseSQL()
{
$this->setExpectedException('\InvalidArgumentException');
$this->_platform->getForeignKeyReferentialActionSQL('no action');
}
public function testCannotGenerateForeignKeyConstraintSQLWithEmptyLocalColumns() public function testCannotGenerateForeignKeyConstraintSQLWithEmptyLocalColumns()
{ {
$this->setExpectedException('\InvalidArgumentException'); $this->setExpectedException('\InvalidArgumentException');
......
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