30 protected function setUp(): void
32 chdir(dirname(__FILE__));
42 $this->assertInstanceOf(
'assAnswerMatchingTerm', $instance);
51 $instance = $instance->withText($expected);
52 $actual = $instance->getText();
55 $this->assertEquals($expected, $actual);
61 $expected =
'path/to/picture?';
64 $instance = $instance->withPicture($expected);
65 $actual = $instance->getPicture();
68 $this->assertEquals($expected, $actual);
77 $actual = $instance->getPicture();
80 $this->assertEquals($expected, $actual);
89 $instance = $instance->withIdentifier($expected);
90 $actual = $instance->getIdentifier();
93 $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...