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

testStringValueByIntrospection() public method

    public function testStringValueByIntrospection()
    {
        $result = $this->_db->value("string");
        $this->assertIdentical("'string'", $result);
    }
DatabaseTest