30     protected function setUp(): void
    32         chdir(__DIR__ . 
'/../../../../');
    39         $this->assertInstanceOf(assAnswerMatchingTerm::class, $instance);
    47         $instance = $instance->withText($expected);
    48         $actual = $instance->getText();
    50         $this->assertEquals($expected, $actual);
    56         $expected = 
'path/to/picture?';
    58         $instance = $instance->withPicture($expected);
    59         $actual = $instance->getPicture();
    61         $this->assertEquals($expected, $actual);
    69         $actual = $instance->getPicture();
    71         $this->assertEquals($expected, $actual);
    79         $instance = $instance->withIdentifier($expected);
    80         $actual = $instance->getIdentifier();
    82         $this->assertEquals($expected, $actual);
 This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
 
test_instantiateObjectSimple()
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...