Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F92633045
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
Fri, Nov 22, 06:09
Size
443 B
Mime Type
text/x-php
Expires
Sun, Nov 24, 06:09 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
22475235
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
();
$this
->
assertTrue
(
true
);
}
}
Event Timeline
Log In to Comment