public function then(array $thens)
 {
     $this->testCase->assertEquals($thens, $this->post->getRecordedEvents());
     $this->post->clearRecordedEvents();
     return $this;
 }