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
F13143104: D13102.diff
Fri, May 3, 7:12 AM
F13139265: D13102.diff
Fri, May 3, 2:38 AM
Unknown Object (File)
Mon, Apr 29, 2:11 PM
Unknown Object (File)
Wed, Apr 24, 10:15 PM
Unknown Object (File)
Mon, Apr 22, 11:26 AM
Unknown Object (File)
Thu, Apr 11, 10:54 AM
Unknown Object (File)
Apr 1 2024, 10:40 AM
Unknown Object (File)
Mar 31 2024, 8:20 PM
Subscribers

Details

Summary

Ref T8377. Mostly just a framework for test coverage.

Test Plan

Tests pass.

Diff Detail

Repository
rP Phabricator
Branch
spaces2
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 6430
Build 6452: [Placeholder Plan] Wait for 30 Seconds

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
95–96

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
95–96

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.