diff --git a/node/stmt/t_const_list_test.go b/node/stmt/t_const_list_test.go new file mode 100644 index 0000000..bb263ec --- /dev/null +++ b/node/stmt/t_const_list_test.go @@ -0,0 +1,42 @@ +package stmt_test + +import ( + "bytes" + "testing" + + "github.com/z7zmey/php-parser/node/scalar" + + "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 TestConstList(t *testing.T) { + src := `