Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F120834586
SpellcheckerAtd.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
Size
476 B
Referenced Files
None
Subscribers
None
SpellcheckerAtd.php
View Options
<?php
/**
* Test class to test rcube_spellcheck_atd class
*
* @package Tests
*/
class
Framework_SpellcheckerAtd
extends
PHPUnit\Framework\TestCase
{
/**
* Class constructor
*/
function
test_class
()
{
$object
=
new
rcube_spellchecker_atd
(
null
,
'en'
);
$this
->
assertInstanceOf
(
'rcube_spellchecker_atd'
,
$object
,
"Class constructor"
);
$this
->
assertInstanceOf
(
'rcube_spellchecker_engine'
,
$object
,
"Class constructor"
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Fri, Apr 24, 1:05 PM (1 w, 16 h ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
f8/33/ffa38a25b57dd88f50ebc29c5ec2
Default Alt Text
SpellcheckerAtd.php (476 B)
Attached To
Mode
R113 roundcubemail
Attached
Detach File
Event Timeline