public function testIsRecurrant()
 {
     $isRecurrant = $this->object->isRecurrant();
     self::assertTrue(is_bool($isRecurrant), 'isRecurrant returns a boolean');
 }