public function testIntersect() { $list = new ArrayList(array('hello', 'world', 345345)); $intersected = $this->_List->intersect($list); $this->assertCount(2, $intersected); }