|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
Base class for al tests. More...
Inheritance diagram for ilMathJaxBaseTest:
Collaboration diagram for ilMathJaxBaseTest: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 ilMathJaxBaseTest.php.
|
protected |
Get a config without active settings.
Definition at line 31 of file ilMathJaxBaseTest.php.
Referenced by ilMathJaxTest\testClientSideRendering(), ilMathJaxTest\testInstanceCanBeCreated(), and ilMathJaxTest\testServerSideRendering().
Here is the caller graph for this function:
|
protected |
Get a factory mockup that will deliver other mockups.
Definition at line 50 of file ilMathJaxBaseTest.php.
References getImageMock(), getServerMock(), and getTemplateMock().
Referenced by ilMathJaxTest\testClientSideRendering(), ilMathJaxTest\testInstanceCanBeCreated(), and ilMathJaxTest\testServerSideRendering().
Here is the call graph for this function:
Here is the caller graph for this function:
|
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 ilMathJaxBaseTest.php.
Referenced by getFactoryMock().
Here is the caller graph for this function:
|
protected |
Get a mockup of the class for server calls.
Definition at line 99 of file ilMathJaxBaseTest.php.
References $server.
Referenced by getFactoryMock().
Here is the caller graph for this function:
|
protected |
Get a global template mockup.
Definition at line 68 of file ilMathJaxBaseTest.php.
Referenced by getFactoryMock().
Here is the caller graph for this function: