Ejemplo n.º 1
0
 public function case_has_no_uncommitted_exceptions_with_empty_stack()
 {
     $this->given($group = new SUT('foo'), $group[] = new SUT('bar'))->when($result = $group->hasUncommittedExceptions())->then->boolean($result)->isFalse();
 }