Page MenuHomeDevCentral

Support blackhole database engine for mocks
ClosedPublic

Authored by dereckson on Jun 14 2023, 21:51.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Sep 18, 06:31
Unknown Object (File)
Thu, Sep 18, 03:26
Unknown Object (File)
Wed, Sep 17, 22:43
Unknown Object (File)
Wed, Sep 17, 05:45
Unknown Object (File)
Tue, Sep 16, 20:29
Unknown Object (File)
Sat, Sep 13, 09:15
Unknown Object (File)
Sat, Sep 13, 02:05
Unknown Object (File)
Thu, Sep 11, 10:25
Subscribers
None

Details

Summary

It can be convenient in tests to replace a full fledged instance
of the database engine by a mock doing nothing. That's the purpose
of this change.

This blackhole engine doesn't really use any of the parameters passed
to the methods, and that's expected behavior for a blackhole. As such,
phpcs is configured to ignore unused parameters.

Test Plan

used in Zed to test GeoLocation class

Diff Detail

Repository
rKERUALD Keruald libraries development repository
Lint
Lint Passed
Unit
Tests Passed
Branch
main
Build Status
Buildable 5036
Build 5317: arc lint + arc unit