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
F14059176: D13102.diff
Sun, Nov 17, 6:00 PM
F14049389: D13102.diff
Thu, Nov 14, 12:52 PM
F14033998: D13102.diff
Sat, Nov 9, 9:25 PM
F14019576: D13102.diff
Tue, Nov 5, 10:49 PM
F13994379: D13102.id.diff
Wed, Oct 23, 5:45 AM
F13986263: D13102.id31632.diff
Mon, Oct 21, 1:37 AM
F13980926: D13102.id31632.diff
Oct 19 2024, 1:21 PM
F13980537: D13102.diff
Oct 19 2024, 11:17 AM
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 6431
Build 6453: [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
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.