client = new Client(); $this->mock = new Mock(); $this->history = new History(); // Add the mock subscriber to the client. $this->client->getEmitter()->attach($this->mock); $this->client->getEmitter()->attach($this->history); $this->connector = new Connector( $this->client, self::MERCHANT_ID, self::SHARED_SECRET ); } }