Page MenuHomePhabricator

Make the Pholio Mock "getImages" / "getAllImages" API more clear
ClosedPublic

Authored by epriestley on Dec 20 2018, 7:48 PM.
Tags
None
Referenced Files
F13090853: D19921.diff
Thu, Apr 25, 2:36 AM
F13080727: D19921.diff
Wed, Apr 24, 10:36 AM
Unknown Object (File)
Tue, Apr 23, 6:35 AM
Unknown Object (File)
Sun, Apr 14, 2:31 PM
Unknown Object (File)
Thu, Mar 28, 5:30 PM
Unknown Object (File)
Mar 21 2024, 11:58 AM
Unknown Object (File)
Mar 21 2024, 11:58 AM
Unknown Object (File)
Mar 7 2024, 12:34 AM
Subscribers
None

Details

Summary

Depends on D19920. Ref T11351. Currently, "images" and "all images" are attached to Mocks separately, and getImages() gets you only some images.

Clean this up slightly:

  • One attach method; attach everything.
  • Two getters, one for "images" (returns all images); one for "active images" (returns active images).
Test Plan

Browsed around Pholio without any apparent behavioral changes.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

src/applications/pholio/storage/PholioMock.php
121

This was a bug, should have asserted allImages instead.

This revision is now accepted and ready to land.Dec 20 2018, 10:00 PM
This revision was automatically updated to reflect the committed changes.