Page MenuHomePhabricator

Fix lispum generation of Pholio mocks
ClosedPublic

Authored by epriestley on Mar 2 2015, 2:49 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Apr 9, 2:30 AM
Unknown Object (File)
Sat, Apr 6, 7:55 PM
Unknown Object (File)
Mar 31 2024, 2:38 PM
Unknown Object (File)
Mar 31 2024, 11:53 AM
Unknown Object (File)
Feb 14 2024, 12:01 PM
Unknown Object (File)
Feb 14 2024, 12:01 PM
Unknown Object (File)
Feb 14 2024, 12:01 PM
Unknown Object (File)
Feb 7 2024, 7:02 PM
Subscribers

Details

Summary

Fixes T7406. Unbreak this oldschool code.

Test Plan
GENERATING: PhabricatorPholioMockTestDataGenerator
Generated Mock: M8: Ipsum est eu enim magna do; reprehenderit.
Generated Mock: M9: Dolor est culpa esse cillum ullamco.
Generated Mock: M10: Lorem do cillum sint mollit: minim, in, aliqua esse.

Also created a mock normally, worked/looked fine.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

epriestley retitled this revision from to Fix lispum generation of Pholio mocks.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added reviewers: joshuaspence, btrahan.
btrahan edited edge metadata.
btrahan added inline comments.
src/applications/pholio/storage/PholioMock.php
44

This isnt a constant? No need to add one if it doesnt exist in this diff.

This revision is now accepted and ready to land.Mar 2 2015, 3:24 PM

Yeah, I was a little surprised too.

src/applications/pholio/storage/PholioMock.php
162–163

Not that I could dig up; see here and the next few lines. This should be constantized at some point.

This revision was automatically updated to reflect the committed changes.