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

setUp() public method

public setUp ( )
    public function setUp()
    {
        $this->connection = $this->prophesize(ConnectionInterface::class);
        $this->mapper = new EntityMapper('foo', true, false);
        $this->operation = new OperationStub($this->connection->reveal(), 'foo', '', $this->mapper);
    }