Exemple #1
0
 public function flush()
 {
     $this->system->flush();
     $this->normal->flush();
 }
Exemple #2
0
 function it_flushes(System $system, System $normal)
 {
     $system->flush()->shouldBeCalled();
     $normal->flush()->shouldBeCalled();
     $this->flush();
 }