Exemplo n.º 1
0
 /**
  * Tests UTF8::str_pad error
  *
  * @test
  * @expectedException Exception
  */
 public function test_str_pad_error()
 {
     UTF8::str_pad('Cocoñùт', 10, 'š', 15, 'šCocoñùтšš');
 }
Exemplo n.º 2
0
        /**
	 * Tests UTF8::str_pad error
	 *
	 * @test
	 * @expectedException Exception
	 */
	public function test_str_pad_error()
	{
		UTF8::str_pad('Cocoñùт', 10, 'š', 15,  'šCocoñùтšš');
	}