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

testResponseToPropertiesNoValuePresent() public method

    public function testResponseToPropertiesNoValuePresent()
    {
        $data = ['foo' => ['meaning' => 1]];
        $res = $this->mapper->responseToEntityProperties($data)['properties'];
    }