Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F111897133
PhutilInfrastructureTestCase.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, May 5, 21:16
Size
414 B
Mime Type
text/x-php
Expires
Wed, May 7, 21:16 (2 d)
Engine
blob
Format
Raw Data
Handle
25982305
Attached To
rPHU libphutil
PhutilInfrastructureTestCase.php
View Options
<?php
final
class
PhutilInfrastructureTestCase
extends
PhutilTestCase
{
/**
* This is more of an acceptance test case instead of a unit test. It verifies
* that all symbols can be loaded correctly. It can catch problems like
* missing methods in descendants of abstract base classes.
*/
public
function
testEverythingImplemented
()
{
id
(
new
PhutilSymbolLoader
())->
selectAndLoadSymbols
();
}
}
Event Timeline
Log In to Comment