Google\Cloud\Tests\Datastore\EntityMapperTest::testValueObjectBool PHP 메소드

testValueObjectBool() 공개 메소드

public testValueObjectBool ( )
    public function testValueObjectBool()
    {
        $bool = $this->mapper->valueObject(true);
        $this->assertTrue($bool['booleanValue']);
    }