Home
last modified time | relevance | path

Searched +full:validation +full:exception +full:decimal +full:needed +(+path:plugin +path:struct) -(+path:plugin +path:struct +path:lang) (Results 1 – 2 of 2) sorted by relevance

/plugin/struct/_test/
H A DValidatorTest.php8 use dokuwiki\plugin\struct\types\Decimal; alias
13 * Tests for the basic validation functions
54 …intf($this->getLang('validation_prefix') . $this->getLang('Validation Exception Decimal needed'), …
55 $integer = new Decimal();
66 …intf($this->getLang('validation_prefix') . $this->getLang('Validation Exception Decimal needed'), …
67 $integer = new Decimal();
77 $integer = new Decimal();
/plugin/struct/_test/action/
H A DEditTest.php171 …intf($this->getLang('validation_prefix') . $this->getLang('Validation Exception Decimal needed'), …
271 …intf($this->getLang('validation_prefix') . $this->getLang('Validation Exception Decimal needed'), …