30    protected function setUp(): void
 
   32        chdir(dirname(__FILE__));
 
   39        require_once 
'./Modules/TestQuestionPool/classes/class.assAnswerBinaryStateImage.php';
 
   44        $this->assertInstanceOf(
'ASS_AnswerBinaryStateImage', $instance);
 
   50        require_once 
'./Modules/TestQuestionPool/classes/class.assAnswerBinaryStateImage.php';
 
   54        $instance->setImage($expected);
 
   55        $actual = $instance->getImage();
 
   57        $this->assertEquals($expected, $actual);
 
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()