ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ilMustacheFactoryTest Class Reference
+ Inheritance diagram for ilMustacheFactoryTest:
+ Collaboration diagram for ilMustacheFactoryTest:

Public Member Functions

 testCreatInstance ()
 
 testCreateBasicEngine ()
 

Detailed Description

Definition at line 23 of file ilMustacheFactoryTest.php.

Member Function Documentation

◆ testCreateBasicEngine()

ilMustacheFactoryTest::testCreateBasicEngine ( )

Definition at line 31 of file ilMustacheFactoryTest.php.

31 : void
32 {
33 $f = new ilMustacheFactory();
34 $engine = $f->getBasicEngine();
35 $this->assertInstanceOf(Mustache_Engine::class, $engine);
36 }

References Vendor\Package\$f.

◆ testCreatInstance()

ilMustacheFactoryTest::testCreatInstance ( )

Definition at line 25 of file ilMustacheFactoryTest.php.

25 : void
26 {
27 $f = new ilMustacheFactory();
28 $this->assertInstanceOf(ilMustacheFactory::class, $f);
29 }

References Vendor\Package\$f.


The documentation for this class was generated from the following file: