Google\Cloud\Tests\Datastore\OperationTest::testCheckOverwrite PHP Méthode

testCheckOverwrite() public méthode

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