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
Unknown Object (File)
Thu, Jun 5, 2:07 PM
Unknown Object (File)
Sat, May 31, 1:20 AM
Unknown Object (File)
Thu, May 29, 11:22 AM
Unknown Object (File)
Wed, May 28, 6:20 PM
Unknown Object (File)
Tue, May 27, 5:22 PM
Unknown Object (File)
Tue, May 27, 5:21 PM
Unknown Object (File)
Tue, May 27, 8:18 AM
Unknown Object (File)
May 9 2025, 1:45 PM
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.