From 95fe0cc1196a0bc9f1ce71f78378502dda84cb42 Mon Sep 17 00:00:00 2001 From: z7zmey Date: Sat, 10 Feb 2018 12:05:41 +0200 Subject: [PATCH] FunctionCall tests --- node/expr/t_function_call_test.go | 111 ++++++++++++++++++++++++++++++ 1 file changed, 111 insertions(+) create mode 100644 node/expr/t_function_call_test.go diff --git a/node/expr/t_function_call_test.go b/node/expr/t_function_call_test.go new file mode 100644 index 0000000..9487742 --- /dev/null +++ b/node/expr/t_function_call_test.go @@ -0,0 +1,111 @@ +package expr_test + +import ( + "bytes" + "testing" + + "github.com/z7zmey/php-parser/node/name" + + "github.com/z7zmey/php-parser/node/expr" + + "github.com/z7zmey/php-parser/node" + "github.com/z7zmey/php-parser/node/stmt" + "github.com/z7zmey/php-parser/php5" + "github.com/z7zmey/php-parser/php7" +) + +func TestFunctionCall(t *testing.T) { + src := `