Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F96146516
PholioSchemaSpec.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Mon, Dec 23, 02:59
Size
316 B
Mime Type
text/x-php
Expires
Wed, Dec 25, 02:59 (2 d)
Engine
blob
Format
Raw Data
Handle
23131813
Attached To
rPH Phabricator
PholioSchemaSpec.php
View Options
<?php
final
class
PholioSchemaSpec
extends
PhabricatorConfigSchemaSpec
{
public
function
buildSchemata
()
{
$this
->
buildLiskSchemata
(
'PholioDAO'
);
$this
->
buildEdgeSchemata
(
new
PholioMock
());
$this
->
buildTransactionSchema
(
new
PholioTransaction
(),
new
PholioTransactionComment
());
}
}
Event Timeline
Log In to Comment