Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F120825010
SpellcheckEnchant.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
Size
484 B
Referenced Files
None
Subscribers
None
SpellcheckEnchant.php
View Options
<?php
/**
* Test class to test rcube_spellcheck_enchant class
*
* @package Tests
*/
class
Framework_SpellcheckEnchant
extends
PHPUnit_Framework_TestCase
{
/**
* Class constructor
*/
function
test_class
()
{
$object
=
new
rcube_spellcheck_enchant
(
null
,
'en'
);
$this
->
assertInstanceOf
(
'rcube_spellcheck_enchant'
,
$object
,
"Class constructor"
);
$this
->
assertInstanceOf
(
'rcube_spellcheck_engine'
,
$object
,
"Class constructor"
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Fri, Apr 24, 10:31 AM (1 d, 22 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
23/1c/c81bcddec2e0b8510cf76e3884a5
Default Alt Text
SpellcheckEnchant.php (484 B)
Attached To
Mode
R113 roundcubemail
Attached
Detach File
Event Timeline