Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F6066512
SpellcheckerAtd.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
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, May 22, 4:55 AM (1 d, 13 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
607881
Default Alt Text
SpellcheckerAtd.php (476 B)
Attached To
Mode
R3 roundcubemail
Attached
Detach File
Event Timeline
Log In to Comment