Page MenuHomestyx hydra

PhabricatorConduitTestCase.php
No OneTemporary

PhabricatorConduitTestCase.php

<?php
final class PhabricatorConduitTestCase extends PhabricatorTestCase {
public function testConduitMethods() {
$methods = id(new PhutilSymbolLoader())
->setAncestorClass('ConduitAPIMethod')
->loadObjects();
// We're just looking for a side effect of ConduitCall construction
// here: it will throw if any methods define reserved parameter names.
foreach ($methods as $method) {
new ConduitCall($method->getAPIMethodName(), array());
}
$this->assertTrue(true);
}
}

File Metadata

Mime Type
text/x-php
Expires
Tue, Feb 24, 6:59 PM (7 h, 15 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
839541
Default Alt Text
PhabricatorConduitTestCase.php (518 B)

Event Timeline