◆ setUp()
| ilTermsOfServiceAcceptanceEntityTest::setUp |
( |
| ) |
|
◆ testEntityShouldReturnHashWhenHashIsSet()
| ilTermsOfServiceAcceptanceEntityTest::testEntityShouldReturnHashWhenHashIsSet |
( |
| ) |
|
◆ testEntityShouldReturnIdWhenIdIsSet()
| ilTermsOfServiceAcceptanceEntityTest::testEntityShouldReturnIdWhenIdIsSet |
( |
| ) |
|
◆ testEntityShouldReturnLanguageWhenLanguageIsSet()
| ilTermsOfServiceAcceptanceEntityTest::testEntityShouldReturnLanguageWhenLanguageIsSet |
( |
| ) |
|
Definition at line 169 of file ilTermsOfServiceAcceptanceEntityTest.php.
170 {
171 $expected = 'de';
172
174 $entity->setIso2LanguageCode($expected);
175 $this->assertEquals($expected, $entity->getIso2LanguageCode());
176 }
◆ testEntityShouldReturnSourceTypeWhenSourceTypeIsSet()
| ilTermsOfServiceAcceptanceEntityTest::testEntityShouldReturnSourceTypeWhenSourceTypeIsSet |
( |
| ) |
|
◆ testEntityShouldReturnSourceWhenSourceIsSet()
| ilTermsOfServiceAcceptanceEntityTest::testEntityShouldReturnSourceWhenSourceIsSet |
( |
| ) |
|
◆ testEntityShouldReturnTextWhenTextIsSet()
| ilTermsOfServiceAcceptanceEntityTest::testEntityShouldReturnTextWhenTextIsSet |
( |
| ) |
|
◆ testEntityShouldReturnTimestampWhenTimestampIsSet()
| ilTermsOfServiceAcceptanceEntityTest::testEntityShouldReturnTimestampWhenTimestampIsSet |
( |
| ) |
|
◆ testEntityShouldReturnUserIdWhenUserIdIsSet()
| ilTermsOfServiceAcceptanceEntityTest::testEntityShouldReturnUserIdWhenUserIdIsSet |
( |
| ) |
|
◆ testHashIsInitiallyEmpty()
| ilTermsOfServiceAcceptanceEntityTest::testHashIsInitiallyEmpty |
( |
| ) |
|
◆ testIdIsInitiallyEmpty()
| ilTermsOfServiceAcceptanceEntityTest::testIdIsInitiallyEmpty |
( |
| ) |
|
◆ testInstanceCanBeCreated()
| ilTermsOfServiceAcceptanceEntityTest::testInstanceCanBeCreated |
( |
| ) |
|
◆ testLanguageOfAcceptanceIsInitiallyEmpty()
| ilTermsOfServiceAcceptanceEntityTest::testLanguageOfAcceptanceIsInitiallyEmpty |
( |
| ) |
|
◆ testSourceIsInitiallyEmpty()
| ilTermsOfServiceAcceptanceEntityTest::testSourceIsInitiallyEmpty |
( |
| ) |
|
◆ testSourceTypeIsInitiallyEmpty()
| ilTermsOfServiceAcceptanceEntityTest::testSourceTypeIsInitiallyEmpty |
( |
| ) |
|
◆ testTextIsInitiallyEmpty()
| ilTermsOfServiceAcceptanceEntityTest::testTextIsInitiallyEmpty |
( |
| ) |
|
◆ testTimestampOfSigningIsInitiallyEmpty()
| ilTermsOfServiceAcceptanceEntityTest::testTimestampOfSigningIsInitiallyEmpty |
( |
| ) |
|
◆ testUserIdIsInitiallyEmpty()
| ilTermsOfServiceAcceptanceEntityTest::testUserIdIsInitiallyEmpty |
( |
| ) |
|
◆ $backupGlobals
| ilTermsOfServiceAcceptanceEntityTest::$backupGlobals = false |
|
protected |
The documentation for this class was generated from the following file: