Google\Cloud\Tests\Datastore\EntityMapperTest::testValueObjectBool PHP Method

testValueObjectBool() public method

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