Class ilStatisticsTest.  
 More...
◆ setUp()
  
  
      
        
          | ilStatisticsTest::setUp  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
protected   | 
  
 
Definition at line 29 of file ilStatisticsTest.php.
Constants for the handling of elements which are not a number. 
 
 
 
 
◆ test_instantiateObject_shouldReturnInstance()
      
        
          | ilStatisticsTest::test_instantiateObject_shouldReturnInstance  | 
          ( | 
           | ) | 
           | 
        
      
 
Definition at line 36 of file ilStatisticsTest.php.
   38         $this->assertInstanceOf(ilStatistics::class, $this->testObj);
  
 
 
◆ testData()
      
        
          | ilStatisticsTest::testData  | 
          ( | 
           | ) | 
           | 
        
      
 
Definition at line 41 of file ilStatisticsTest.php.
   50         $this->testObj->setData($input);
    58         $this->assertEquals($expected1, $this->testObj->getData());
  
 
 
◆ $testObj
The documentation for this class was generated from the following file: