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

testValueObjectString() public method

    public function testValueObjectString()
    {
        $string = $this->mapper->valueObject('foo');
        $this->assertEquals('foo', $string['stringValue']);
    }