Google\Cloud\Tests\Datastore\OperationTest::testCheckOverwrite PHP Method

testCheckOverwrite() public method

public testCheckOverwrite ( )
    public function testCheckOverwrite()
    {
        $e = $this->prophesize(Entity::class);
        $e->populatedByService()->willReturn(true);
        $this->operation->checkOverwrite([$e->reveal()]);
    }