/** * @covers Gift::is_gift_certificat */ public function testIs_gift_certificat() { $this->assertTrue($this->object->is_gift_certificat()); }