lithium\tests\cases\data\source\DatabaseTest::testBooleanValueByIntrospection PHP 메소드

testBooleanValueByIntrospection() 공개 메소드

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