Exemplo n.º 1
0
 /**
  *
  */
 public function has($element)
 {
     return $this->list->contains($element);
 }
Exemplo n.º 2
0
 /**
  * @test
  * @expectedException InvalidArgumentException
  */
 public function elementKey_should_throw_with_all_objects()
 {
     InvocablesList::elementKey(new StdClass());
 }