Commit a17e5582 by Alexander Makarov

Marked part of PostgreSQL test as incomplete

parent 8886fb23
...@@ -15,4 +15,9 @@ class PostgreSQLCommandTest extends CommandTest ...@@ -15,4 +15,9 @@ class PostgreSQLCommandTest extends CommandTest
$command = $db->createCommand($sql); $command = $db->createCommand($sql);
$this->assertEquals('SELECT "id", "t"."name" FROM "customer" t', $command->sql); $this->assertEquals('SELECT "id", "t"."name" FROM "customer" t', $command->sql);
} }
public function testBindParamValue()
{
$this->markTestIncomplete('TODO: impement it');
}
} }
\ 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