Page MenuHomePhabricator

Implement DestructibleInterface on Spaces, add some basic tests
ClosedPublic

Authored by epriestley on Jun 1 2015, 6:54 PM.
Tags
None
Referenced Files
F15455048: D13102.id31633.diff
Sat, Mar 29, 9:59 PM
F15450260: D13102.diff
Fri, Mar 28, 2:44 PM
F15446878: D13102.id.diff
Thu, Mar 27, 8:36 PM
F15445306: D13102.id31631.diff
Thu, Mar 27, 1:22 PM
F15444552: D13102.id31632.diff
Thu, Mar 27, 10:03 AM
F15439448: D13102.diff
Wed, Mar 26, 7:33 AM
F15402590: D13102.id31632.diff
Mon, Mar 17, 11:08 PM
F15386517: D13102.diff
Sat, Mar 15, 12:46 AM
Subscribers

Details

Summary

Ref T8377. Mostly just a framework for test coverage.

Test Plan

Tests pass.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

epriestley retitled this revision from to Implement DestructibleInterface on Spaces, add some basic tests.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: btrahan.
btrahan edited edge metadata.
btrahan added inline comments.
src/applications/spaces/__tests__/PhabricatorSpacesTestCase.php
96–97

policy transactions not ready yet? or maybe this is necessary to make sure tests always work regardess of app settings?

This revision is now accepted and ready to land.Jun 1 2015, 6:55 PM
src/applications/spaces/__tests__/PhabricatorSpacesTestCase.php
96–97

Oh, right. I added these for the latter case while doing something else but should be able to just use transactions.

epriestley edited edge metadata.
  • Use policy transactions.
This revision was automatically updated to reflect the committed changes.