mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-25 19:48:49 +02:00
test phpunit + behat
This commit is contained in:
5
test/csv-data/default/16.ActionEmail.csv
Normal file
5
test/csv-data/default/16.ActionEmail.csv
Normal file
@@ -0,0 +1,5 @@
|
||||
name;to;status;subject;from;description;test_recipient;importance;body
|
||||
Notification to caller on User Request public log update;SELECT Person WHERE id=:this->caller_id;enabled;The ticket $this->ref$ has been updated;test@combodo.com;This action informs a caller that the public log of a ticket has been updated;test@test.com;normal;"$this->head_html(public_log)$<br>
|
||||
$this->hyperlink(portal)$"
|
||||
Notification to agent on User Request private log update;SELECT Person WHERE id=:this->agent_id;enabled;Votre ticket $this->ref$ a été mis à jour;test@combodo.com;This action informs the agent that the private log of a ticket has been updated;test@test.com;normal;"<ul><li>$this->head_html(public_log)$</li><li>
|
||||
$this->hyperlink(portal)$</li></ul>"
|
||||
|
Reference in New Issue
Block a user