Definition at line 25 of file BoxTest.php.
◆ setUp()
ILIAS\Glossary\Flashcard\BoxTest::setUp |
( |
| ) |
|
|
protected |
◆ tearDown()
ILIAS\Glossary\Flashcard\BoxTest::tearDown |
( |
| ) |
|
|
protected |
◆ testProperties()
ILIAS\Glossary\Flashcard\BoxTest::testProperties |
( |
| ) |
|
Definition at line 36 of file BoxTest.php.
45 $this->assertSame(1, $box->getBoxNr());
46 $this->assertSame(2, $box->getUserId());
47 $this->assertSame(3, $box->getGloId());
48 $this->assertSame(
"2024-01-01 01:00:00", $box->getLastAccess());
◆ testPropertiesWithNoLastAccess()
ILIAS\Glossary\Flashcard\BoxTest::testPropertiesWithNoLastAccess |
( |
| ) |
|
Definition at line 51 of file BoxTest.php.
59 $this->assertSame(1, $box->getBoxNr());
60 $this->assertSame(2, $box->getUserId());
61 $this->assertSame(3, $box->getGloId());
62 $this->assertNull($box->getLastAccess());
The documentation for this class was generated from the following file: