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
Unknown Object (File)
Jul 1 2026, 6:29 PM
Unknown Object (File)
Jun 27 2026, 8:20 AM
Unknown Object (File)
Jun 8 2026, 12:32 AM
Unknown Object (File)
Jun 2 2026, 6:54 AM
Unknown Object (File)
Apr 1 2026, 9:39 PM
Unknown Object (File)
Apr 1 2026, 11:15 AM
Unknown Object (File)
Mar 29 2026, 2:40 AM
Unknown Object (File)
Feb 8 2026, 5:32 PM
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
Branch
pholio9
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 21399
Build 29142: Run Core Tests
Build 29141: arc lint + arc unit

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.