mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-05 13:16:14 +01:00
10 lines
166 B
PHP
10 lines
166 B
PHP
|
<?php
|
||
|
|
||
|
final class PholioSchemaSpec extends PhabricatorConfigSchemaSpec {
|
||
|
|
||
|
public function buildSchemata() {
|
||
|
$this->buildEdgeSchemata(new PholioMock());
|
||
|
}
|
||
|
|
||
|
}
|