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

testValueObjectInt() public method

public testValueObjectInt ( )
    public function testValueObjectInt()
    {
        $int = $this->mapper->valueObject(1);
        $this->assertEquals(1, $int['integerValue']);
    }