Home
last modified time | relevance | path

Searched refs:decoratorImages (Results 1 – 1 of 1) sorted by relevance

/plugin/latexport/_test/
Ddecorator_images.test.php16 private $decoratorImages; variable in DecoratorImagesTest
24 $this->decoratorImages = new DecoratorImages($this->decoratorMock);
28 $this->decoratorImages->p_open();
29 $this->decoratorImages->internalmedia("S1", "Title1", "centered", 10, 20);
30 $this->decoratorImages->p_close();
40 $this->decoratorImages->p_open();
41 $this->decoratorImages->internalmedia("S1", "Title1", "centered", 10, 20);
42 $this->decoratorImages->cdata(" x ");
43 $this->decoratorImages->internalmedia("S2", "Title2", "22", 12, 22);
44 $this->decoratorImages->p_close();
[all …]