Skip to content

Commit

Permalink
test(formanswer): typo
Browse files Browse the repository at this point in the history
  • Loading branch information
btry committed Apr 1, 2022
1 parent e83d6be commit da458fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/3-unit/PluginFormcreatorFormAnswer.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public function beforeTestMethod($method) {
case 'testIsFieldVisible':
case 'testPost_UpdateItem':
case 'testPrepareInputForAdd':
case 'testGetTartgets':
case 'testGetTargets':
case 'testGetGeneratedTargets':
case 'testGetAggregatedStatus':
$this->login('glpi', 'glpi');
Expand Down Expand Up @@ -605,7 +605,7 @@ public function testPost_UpdateItem() {
$this->string($answer->fields['answer'])->isEqualTo('bar');
}

public function testGetTartgets() {
public function testGetTargets() {
global $CFG_GLPI;

$CFG_GLPI['use_notifications'] = 0;
Expand Down

0 comments on commit da458fa

Please sign in to comment.