Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F98116972
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
Thu, Jan 9, 23:24
Size
316 B
Mime Type
text/x-php
Expires
Sat, Jan 11, 23:24 (2 d)
Engine
blob
Format
Raw Data
Handle
23509186
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