Exemplo n.º 1
0
 /**
  * @expectedException \AssertionError
  */
 public function test_that_comparable_triggers_assert_error_for_non_comparable_type()
 {
     SortedSet::comparable('string');
 }
Exemplo n.º 2
0
 /**
  * {@inheritdoc}
  */
 public function getIterator()
 {
     return $this->messages->getIterator();
 }