Google\Cloud\Tests\Snippets\Datastore\Query\GqlQueryTest::setUp PHP Méthode

setUp() public méthode

public setUp ( )
    public function setUp()
    {
        $this->datastore = new DatastoreClient();
        $this->connection = $this->prophesize(ConnectionInterface::class);
        $this->operation = new \OperationStub($this->connection->reveal(), 'my-awesome-project', '', new EntityMapper('my-awesome-project', true, false));
    }