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

testBooleanValueByIntrospection() public method

    public function testBooleanValueByIntrospection()
    {
        $result = $this->_db->value(true);
        $this->assertIdentical(1, $result);
    }
DatabaseTest