Definition at line 25 of file TermTest.php.
◆ setUp()
ILIAS\Glossary\Flashcard\TermTest::setUp |
( |
| ) |
|
|
protected |
◆ tearDown()
ILIAS\Glossary\Flashcard\TermTest::tearDown |
( |
| ) |
|
|
protected |
◆ testProperties()
ILIAS\Glossary\Flashcard\TermTest::testProperties |
( |
| ) |
|
Definition at line 36 of file TermTest.php.
46 $this->assertSame(1, $term->getTermId());
47 $this->assertSame(2, $term->getUserId());
48 $this->assertSame(3, $term->getGloId());
49 $this->assertSame(4, $term->getBoxNr());
50 $this->assertSame(
"2024-01-01 01:00:00", $term->getLastAccess());
◆ testPropertiesWithNoLastAccess()
ILIAS\Glossary\Flashcard\TermTest::testPropertiesWithNoLastAccess |
( |
| ) |
|
Definition at line 53 of file TermTest.php.
62 $this->assertSame(1, $term->getTermId());
63 $this->assertSame(2, $term->getUserId());
64 $this->assertSame(3, $term->getGloId());
65 $this->assertSame(4, $term->getBoxNr());
66 $this->assertNull($term->getLastAccess());
The documentation for this class was generated from the following file: