Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F4682490
SpellcheckerEnchant.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
492 B
Referenced Files
None
Subscribers
None
SpellcheckerEnchant.php
View Options
<?php
/**
* Test class to test rcube_spellcheck_enchant class
*
* @package Tests
*/
class
Framework_SpellcheckerEnchant
extends
PHPUnit\Framework\TestCase
{
/**
* Class constructor
*/
function
test_class
()
{
$object
=
new
rcube_spellchecker_enchant
(
null
,
'en'
);
$this
->
assertInstanceOf
(
'rcube_spellchecker_enchant'
,
$object
,
"Class constructor"
);
$this
->
assertInstanceOf
(
'rcube_spellchecker_engine'
,
$object
,
"Class constructor"
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Fri, May 1, 2:03 PM (3 h, 40 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
607965
Default Alt Text
SpellcheckerEnchant.php (492 B)
Attached To
Mode
R3 roundcubemail
Attached
Detach File
Event Timeline
Log In to Comment