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