Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F120824005
Emoticons.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
Size
460 B
Referenced Files
None
Subscribers
None
Emoticons.php
View Options
<?php
class
Emoticons_Plugin
extends
PHPUnit_Framework_TestCase
{
function
setUp
()
{
include_once
__DIR__
.
'/../emoticons.php'
;
}
/**
* Plugin object construction test
*/
function
test_constructor
()
{
$rcube
=
rcube
::
get_instance
();
$plugin
=
new
emoticons
(
$rcube
->
plugins
);
$this
->
assertInstanceOf
(
'emoticons'
,
$plugin
);
$this
->
assertInstanceOf
(
'rcube_plugin'
,
$plugin
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Fri, Apr 24, 10:15 AM (1 d, 19 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18798714
Default Alt Text
Emoticons.php (460 B)
Attached To
Mode
R113 roundcubemail
Attached
Detach File
Event Timeline