update tests

This commit is contained in:
z7zmey
2018-04-09 23:26:44 +03:00
parent 83a1400a4f
commit 6ff2beafa3
76 changed files with 603 additions and 532 deletions

View File

@@ -12,6 +12,9 @@ run:
./php-parser $(PHPFILE)
test:
go test ./...
cover:
go test ./... --cover
bench: