ILIAS
trunk Revision v11.0_alpha-1744-gb0451eebef4
|
Base class for al tests. More...
Protected Member Functions | |
getEmptyConfig () | |
Get a config without active settings. More... | |
getFactoryMock (?string $imagefile=null) | |
Get a factory mockup that will deliver other mockups. More... | |
getTemplateMock () | |
Get a global template mockup. More... | |
getImageMock (string $imagefile) | |
Get a cached image mockup from an example file. More... | |
getServerMock () | |
Get a mockup of the class for server calls. More... | |
Base class for al tests.
Definition at line 26 of file ilMathJaxBaseTestCase.php.
|
protected |
Get a config without active settings.
Definition at line 31 of file ilMathJaxBaseTestCase.php.
Referenced by ilMathJaxTest\testClientSideRendering(), ilMathJaxTest\testInstanceCanBeCreated(), and ilMathJaxTest\testServerSideRendering().
|
protected |
Get a factory mockup that will deliver other mockups.
Definition at line 50 of file ilMathJaxBaseTestCase.php.
References getImageMock(), getServerMock(), and getTemplateMock().
Referenced by ilMathJaxTest\testClientSideRendering(), ilMathJaxTest\testInstanceCanBeCreated(), and ilMathJaxTest\testServerSideRendering().
|
protected |
Get a cached image mockup from an example file.
string | $imagefile | name of the example file in the test directory |
Definition at line 82 of file ilMathJaxBaseTestCase.php.
Referenced by getFactoryMock().
|
protected |
Get a mockup of the class for server calls.
Definition at line 99 of file ilMathJaxBaseTestCase.php.
References $server.
Referenced by getFactoryMock().
|
protected |
Get a global template mockup.
Definition at line 68 of file ilMathJaxBaseTestCase.php.
Referenced by getFactoryMock().