Home
last modified time | relevance | path

Searched refs:xUnit (Results 1 – 3 of 3) sorted by last modified time

/plugin/statistics/inc/pchart/
H A DDataDescription.php11 public function __construct($position, $xFormat, $yFormat, $xUnit, $yUnit) { argument
15 $this->xUnit = $xUnit;
82 $this->xUnit = $unit;
86 return $this->xUnit;
111 private $xUnit; variable in DataDescription
/plugin/statdisplay/pchart/
H A DDataDescription.php11 public function __construct($position, $xFormat, $yFormat, $xUnit, $yUnit) { argument
15 $this->xUnit = $xUnit;
82 $this->xUnit = $unit;
86 return $this->xUnit;
111 private $xUnit; variable in DataDescription
/plugin/findologicxmlexport/vendor/phpunit/phpunit/
H A DREADME.md3 PHPUnit is a programmer-oriented testing framework for PHP. It is an instance of the xUnit architec…