| ILIAS
    Release_4_4_x_branch Revision 61816
    | 
 Inheritance diagram for ilTermsOfServiceTableDataProviderFactoryTest:
 Inheritance diagram for ilTermsOfServiceTableDataProviderFactoryTest: Collaboration diagram for ilTermsOfServiceTableDataProviderFactoryTest:
 Collaboration diagram for ilTermsOfServiceTableDataProviderFactoryTest:| Protected Attributes | |
| $backupGlobals = false | |
Definition at line 10 of file ilTermsOfServiceTableDataProviderFactoryTest.php.
| ilTermsOfServiceTableDataProviderFactoryTest::setUp | ( | ) | 
Definition at line 20 of file ilTermsOfServiceTableDataProviderFactoryTest.php.
| ilTermsOfServiceTableDataProviderFactoryTest::testExceptionIsRaisedWhenAcceptanceHistoryProviderIsRequestedWithoutCompleteFactoryConfiguration | ( | ilTermsOfServiceTableDataProviderFactory | $factory | ) | 
testInstanceCanBeCreated
| ilTermsOfServiceTableDataProviderFactory | $factory | ilTermsOfServiceMissingDatabaseAdapterException | 
Definition at line 82 of file ilTermsOfServiceTableDataProviderFactoryTest.php.
References ilTermsOfServiceTableDataProviderFactory\CONTEXT_ACCEPTANCE_HISTORY, ilTermsOfServiceTableDataProviderFactory\getByContext(), and ilTermsOfServiceTableDataProviderFactory\setDatabaseAdapter().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilTermsOfServiceTableDataProviderFactoryTest::testExceptionIsRaisedWhenAgreementByLanguageProviderIsRequestedWithoutCompleteFactoryConfiguration | ( | ilTermsOfServiceTableDataProviderFactory | $factory | ) | 
testInstanceCanBeCreated
| ilTermsOfServiceTableDataProviderFactory | $factory | ilTermsOfServiceMissingLanguageAdapterException | 
Definition at line 71 of file ilTermsOfServiceTableDataProviderFactoryTest.php.
References ilTermsOfServiceTableDataProviderFactory\CONTEXT_AGRREMENT_BY_LANGUAGE, ilTermsOfServiceTableDataProviderFactory\getByContext(), and ilTermsOfServiceTableDataProviderFactory\setLanguageAdapter().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilTermsOfServiceTableDataProviderFactoryTest::testExceptionIsRaisedWhenUnsupportedProviderIsRequested | ( | ilTermsOfServiceTableDataProviderFactory | $factory | ) | 
testInstanceCanBeCreated
| ilTermsOfServiceTableDataProviderFactory | $factory | InvalidArgumentException | 
Definition at line 39 of file ilTermsOfServiceTableDataProviderFactoryTest.php.
References ilTermsOfServiceTableDataProviderFactory\getByContext().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilTermsOfServiceTableDataProviderFactoryTest::testFactoryShouldReturnAcceptanceHistoryProviderWhenRequested | ( | ilTermsOfServiceTableDataProviderFactory | $factory | ) | 
| ilTermsOfServiceTableDataProviderFactory | $factory | testInstanceCanBeCreated | 
Definition at line 102 of file ilTermsOfServiceTableDataProviderFactoryTest.php.
References ilTermsOfServiceTableDataProviderFactory\CONTEXT_ACCEPTANCE_HISTORY, ilTermsOfServiceTableDataProviderFactory\getByContext(), and ilTermsOfServiceTableDataProviderFactory\setDatabaseAdapter().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilTermsOfServiceTableDataProviderFactoryTest::testFactoryShouldReturnAgreementByLanguageProviderWhenRequested | ( | ilTermsOfServiceTableDataProviderFactory | $factory | ) | 
| ilTermsOfServiceTableDataProviderFactory | $factory | testInstanceCanBeCreated | 
Definition at line 92 of file ilTermsOfServiceTableDataProviderFactoryTest.php.
References ilTermsOfServiceTableDataProviderFactory\CONTEXT_AGRREMENT_BY_LANGUAGE, ilTermsOfServiceTableDataProviderFactory\getByContext(), and ilTermsOfServiceTableDataProviderFactory\setLanguageAdapter().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilTermsOfServiceTableDataProviderFactoryTest::testFactoryShouldReturnDatabaseAdapterWhenDatabaseAdapterIsSet | ( | ilTermsOfServiceTableDataProviderFactory | $factory | ) | 
| ilTermsOfServiceTableDataProviderFactory | $factory | testInstanceCanBeCreated | 
Definition at line 59 of file ilTermsOfServiceTableDataProviderFactoryTest.php.
References ilTermsOfServiceTableDataProviderFactory\getDatabaseAdapter(), and ilTermsOfServiceTableDataProviderFactory\setDatabaseAdapter().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilTermsOfServiceTableDataProviderFactoryTest::testFactoryShouldReturnLanguageAdapterWhenLanguageAdapterIsSet | ( | ilTermsOfServiceTableDataProviderFactory | $factory | ) | 
| ilTermsOfServiceTableDataProviderFactory | $factory | testInstanceCanBeCreated | 
Definition at line 48 of file ilTermsOfServiceTableDataProviderFactoryTest.php.
References $lng, ilTermsOfServiceTableDataProviderFactory\getLanguageAdapter(), and ilTermsOfServiceTableDataProviderFactory\setLanguageAdapter().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilTermsOfServiceTableDataProviderFactoryTest::testInstanceCanBeCreated | ( | ) | 
Definition at line 27 of file ilTermsOfServiceTableDataProviderFactoryTest.php.
| 
 | protected | 
Definition at line 15 of file ilTermsOfServiceTableDataProviderFactoryTest.php.