示例#1
0
 public function testExclude()
 {
     $ae = new ArrayEnumerable(str_split('Hello World'));
     $this->assertFalse($ae->include('x'));
 }