Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F98108622
PhutilModuleUtilsTestCase.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, 21:15
Size
195 B
Mime Type
text/x-php
Expires
Sat, Jan 11, 21:15 (2 d)
Engine
blob
Format
Raw Data
Handle
23514587
Attached To
rPHU libphutil
PhutilModuleUtilsTestCase.php
View Options
<?php
final
class
PhutilModuleUtilsTestCase
extends
PhutilTestCase
{
public
function
testGetCurrentLibraryName
()
{
$this
->
assertEqual
(
'phutil'
,
phutil_get_current_library_name
());
}
}
Event Timeline
Log In to Comment