Home
last modified time | relevance | path

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

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