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

testValueObjectNull() public method

public testValueObjectNull ( )
    public function testValueObjectNull()
    {
        $null = $this->mapper->valueObject(null);
        $this->assertNull($null['nullValue']);
    }