Save to database #13
@@ -31,7 +31,8 @@ final class ProbeTraitTest extends TestCase
|
|||||||
public function isConfigured(): bool { return $this->configured; }
|
public function isConfigured(): bool { return $this->configured; }
|
||||||
public function getName(): string { return 'test'; }
|
public function getName(): string { return 'test'; }
|
||||||
public function ping(): void { ($this->ping)(); }
|
public function ping(): void { ($this->ping)(); }
|
||||||
public function fetch(): array { return []; }
|
public function startFetch(): mixed { return null; }
|
||||||
|
public function resolveFetch(mixed $handle): array { return []; }
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user