ExpressionManagerTest
extends CTestCase
in package
TODO: Why is it here? Move it to root tests folder!
Table of Contents
Properties
Methods
- oldStringSplitter() : mixed
- Unit test the asSplitStringOnExpressions() function to ensure that accurately parses out all expressions surrounded by curly braces, allowing for strings and escaped curly braces.
- oldTestEvaluator() : mixed
- oldTokenizer() : mixed
- Unit test the Tokenizer - Tokenize and generate a HTML-compatible print-out of a comprehensive set of test cases
- setUp() : void
- testEscapes() : mixed
- testEvaluator() : mixed
- testFunctions() : mixed
- testJuggling() : mixed
Properties
$em
protected
ExpressionManager
$em
Methods
oldStringSplitter()
Unit test the asSplitStringOnExpressions() function to ensure that accurately parses out all expressions surrounded by curly braces, allowing for strings and escaped curly braces.
public
oldStringSplitter() : mixed
oldTestEvaluator()
public
oldTestEvaluator() : mixed
oldTokenizer()
Unit test the Tokenizer - Tokenize and generate a HTML-compatible print-out of a comprehensive set of test cases
public
oldTokenizer() : mixed
setUp()
public
setUp() : void
testEscapes()
public
testEscapes() : mixed
testEvaluator()
public
testEvaluator() : mixed
testFunctions()
public
testFunctions() : mixed
testJuggling()
public
testJuggling() : mixed