Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F117887624
Charset.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
Size
487 B
Referenced Files
None
Subscribers
None
Charset.php
View Options
<?php
/**
* Test class to test rcube_charset class
*
* @package Tests
*/
class
Framework_Charset
extends
PHPUnit_Framework_TestCase
{
/**
* Data for test_clean()
*/
function
data_clean
()
{
return
array
(
array
(
''
,
''
,
'Empty string'
),
);
}
/**
* @dataProvider data_clean
*/
function
test_clean
(
$input
,
$output
,
$title
)
{
$this
->
assertEquals
(
rcube_charset
::
clean
(
$input
),
$output
,
$title
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Mon, Apr 6, 3:03 AM (2 w, 5 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18829175
Default Alt Text
Charset.php (487 B)
Attached To
Mode
R113 roundcubemail
Attached
Detach File
Event Timeline