public function testCanRemoveMultipleTextsFromString()
 {
     $return = Strings::remove($this->remove, ['foo', 'son']);
     $this->assertEquals('bar  kal ter', $return);
 }