示例#1
0
文件: UTF8Test.php 项目: azuya/Wi3
 /**
  * Tests UTF8::str_pad error
  *
  * @test
  * @expectedException Exception
  */
 public function test_str_pad_error()
 {
     UTF8::str_pad('Cocoñùт', 10, 'š', 15, 'šCocoñùтšš');
 }
示例#2
0
文件: UTF8Test.php 项目: nevermlnd/cv
        /**
	 * Tests UTF8::str_pad error
	 *
	 * @test
	 * @expectedException Exception
	 */
	public function test_str_pad_error()
	{
		UTF8::str_pad('Cocoñùт', 10, 'š', 15,  'šCocoñùтšš');
	}