Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Vladishev <aleksander.vladishev@zabbix.com>2021-05-26 19:11:07 +0300
committerAlexander Vladishev <aleksander.vladishev@zabbix.com>2021-05-26 19:11:07 +0300
commit4ce2dd023bbf11c14529288690c7950b96bd6493 (patch)
tree5b275537a615fe74723bd2f165668f79d5340921
parent3e12ce4a982b37df0e1a93d50e8776f5cfc6c0c1 (diff)
.......... [ZBX-19461] fixed class name in the unit tests
-rw-r--r--ui/tests/unit/include/classes/validators/CMathFunctionValidatorTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/tests/unit/include/classes/validators/CMathFunctionValidatorTest.php b/ui/tests/unit/include/classes/validators/CMathFunctionValidatorTest.php
index f014b44290a..f8a94506bae 100644
--- a/ui/tests/unit/include/classes/validators/CMathFunctionValidatorTest.php
+++ b/ui/tests/unit/include/classes/validators/CMathFunctionValidatorTest.php
@@ -21,7 +21,7 @@
use PHPUnit\Framework\TestCase;
-class CMastFunctionValidatorTest extends TestCase {
+class CMathFunctionValidatorTest extends TestCase {
/**
* An array of math functions, options and the expected results.