30 protected function setUp(): void
32 chdir(__DIR__ .
'/../../../../');
39 $this->assertInstanceOf(ASS_AnswerMultipleResponseImage::class, $instance);
45 $expected =
'c:\image.jpg';
47 $instance->setImage($expected);
48 $actual = $instance->getImage();
50 $this->assertEquals($expected, $actual);
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
ASS_AnswerBinaryStateImage is a class for answers with a binary state indicator (checked/unchecked, set/unset) and an image file.
test_instantiateObject_shouldReturnInstance()