コード例 #1
0
 /**
  * Tests stripping images.
  *
  * @return  void
  *
  * @since   1.0
  */
 public function testStripImages()
 {
     $this->assertEquals('Hello  I am waving at you.', $this->object->stripImages('Hello <img src="wave.jpg"> I am waving at you.'), 'Should remove img tags');
 }