public function testContainsValidMultiByteNoMatch()
 {
     $s = new Stringizer("文字列のそれ");
     $this->assertEquals(false, $s->contains("の列の"));
 }