Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F120835630
DebugLogger.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
Size
502 B
Referenced Files
None
Subscribers
None
DebugLogger.php
View Options
<?php
class
DebugLogger_Plugin
extends
PHPUnit\Framework\TestCase
{
public
static
function
setUpBeforeClass
():
void
{
include_once
__DIR__
.
'/../debug_logger.php'
;
}
/**
* Plugin object construction test
*/
function
test_constructor
()
{
$rcube
=
rcube
::
get_instance
();
$plugin
=
new
debug_logger
(
$rcube
->
plugins
);
$this
->
assertInstanceOf
(
'debug_logger'
,
$plugin
);
$this
->
assertInstanceOf
(
'rcube_plugin'
,
$plugin
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Fri, Apr 24, 1:20 PM (1 d, 19 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18758607
Default Alt Text
DebugLogger.php (502 B)
Attached To
Mode
R113 roundcubemail
Attached
Detach File
Event Timeline