Searched refs:expected_output (Results 1 – 2 of 2) sorted by relevance
/plugin/spatialhelper/_test/ |
H A D | index.test.php | 51 public function test_convertDMStoD(array $input, float $expected_output, string $msg): void { argument 57 self::assertEqualsWithDelta($expected_output, $actual_output, 0.0001, $msg);
|
/plugin/feedback/_test/ |
H A D | getFeedbackContact.test.php | 76 public function test_getFeedbackContact ($input, $options, $expected_output, $message) { argument 91 $this->assertEquals($expected_output, $actual_output, $message);
|