Searched refs:decoratorMath (Results 1 – 1 of 1) sorted by relevance
15 private $decoratorMath; variable in DecoratorMathTest23 $this->decoratorMath = new DecoratorMath($this->decoratorMock);28 $this->decoratorMath->mathjax_content("$");29 $this->decoratorMath->mathjax_content("$ $formula");30 $this->decoratorMath->mathjax_content(" $$");31 $this->decoratorMath->cdata("Hey");43 $this->decoratorMath->mathjax_content("\\[");44 $this->decoratorMath->mathjax_content(" $formula");45 $this->decoratorMath->mathjax_content(" \\]");46 $this->decoratorMath->cdata("Hey");[all …]