Skip to content

Commit

Permalink
fix(glpiselectfield): update test
Browse files Browse the repository at this point in the history
Signed-off-by: Thierry Bugier <tbugier@teclib.com>
  • Loading branch information
btry committed Feb 7, 2020
1 parent d26197f commit ed3f2f6
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/suite-unit/PluginFormcreatorGlpiselectField.php
Original file line number Diff line number Diff line change
Expand Up @@ -205,12 +205,6 @@ public function testIsAnonymousFormCompatible() {
$this->boolean($output)->isFalse();
}

public function testIsPrerequisites() {
$instance = $this->newTestedInstance($this->getQuestion());
$output = $instance->isPrerequisites();
$this->boolean($output)->isEqualTo(true);
}

public function testGetValueForTargetText() {
$computer = new \Computer();
$computer->add([
Expand Down

0 comments on commit ed3f2f6

Please sign in to comment.