MCPcopy Create free account
hub / github.com/Rello/analytics / FakeUser

Class FakeUser

tests/Activity/ActivityAccessTest.php:258–268  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

256}
257
258class FakeUser implements IUser {
259 private $uid;
260
261 public function __construct(string $uid) {
262 $this->uid = $uid;
263 }
264
265 public function getUID() {
266 return $this->uid;
267 }
268}
269
270class FakeUrlGenerator implements IURLGenerator {
271 public function getAbsoluteURL($url) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected