Example #1
0
 public function testContainsIsStrict()
 {
     $coll = new Collection([0, 1]);
     $this->assertFalse($coll->contains(false));
 }