Changeset View
Changeset View
Standalone View
Standalone View
src/applications/conpherence/__tests__/ConpherenceThreadTestCase.php
| Show First 20 Lines • Show All 154 Lines • ▼ Show 20 Lines | final class ConpherenceThreadTestCase extends ConpherenceTestCase { | ||||
| private function createThread( | private function createThread( | ||||
| PhabricatorUser $creator, | PhabricatorUser $creator, | ||||
| array $participant_phids) { | array $participant_phids) { | ||||
| list($errors, $conpherence) = ConpherenceEditor::createThread( | list($errors, $conpherence) = ConpherenceEditor::createThread( | ||||
| $creator, | $creator, | ||||
| $participant_phids, | $participant_phids, | ||||
| 'Test', | pht('Test'), | ||||
| 'Test', | pht('Test'), | ||||
| PhabricatorContentSource::newConsoleSource()); | PhabricatorContentSource::newConsoleSource()); | ||||
| return $conpherence; | return $conpherence; | ||||
| } | } | ||||
| } | } | ||||