Page MenuHomePhorge

Charset.php
No OneTemporary

Authored By
Unknown
Size
487 B
Referenced Files
None
Subscribers
None

Charset.php

<?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

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)

Event Timeline