Project

General

Profile

Bug #21267 » 12230_v4-test.diff

Administrator Admin, 2011-02-10 21:09

View differences:

tests/typo3/sysext/cms/tslib/tslib_contentTest.php (working copy)
//////////////////////////////
// Tests concerning crop
//////////////////////////////
/**
* @test
*/
public function cropIsMultibyteSafe() {
$this->assertEquals('бла', $this->cObj->crop('бла', '3|...'));
}
//////////////////////////////
// Tests concerning cropHTML
//////////////////////////////
(4-4/4)