예제 #1
0
 /**
  *
  */
 public function testContainsWithWrongDatatype()
 {
     $this->assertFalse(String::contains('b', ['a', 'b', 'c']));
 }