3declare(strict_types=1);
 
   29    protected function setUp(): void
 
   38        $this->assertInstanceOf(ilStatistics::class, $this->testObj);
 
   61        $this->testObj->setData($input);
 
   69        $this->assertEquals($expected1, $this->testObj->getData());
 
   79        $this->testObj->setData($input);
 
   80        $this->assertEquals($expected2, $this->testObj->getData());
 
const NAN_HANDLING_REMOVE
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
 
test_instantiateObject_shouldReturnInstance()
 
This class provides mathematical functions for statistics.