lithium\tests\cases\data\source\DatabaseTest::testNullValueWithSchemaFormatter PHP Method

testNullValueWithSchemaFormatter() public method

    public function testNullValueWithSchemaFormatter()
    {
        $result = $this->_db->value(null);
        $this->assertIdentical('NULL', $result);
    }
DatabaseTest