[refactoring] fix tests

This commit is contained in:
Vadym Slizov
2020-05-17 23:13:14 +03:00
parent 4971309b75
commit f4c15f4671
4 changed files with 63 additions and 19 deletions

View File

@@ -5,8 +5,8 @@ import (
"gotest.tools/assert"
"github.com/z7zmey/php-parser/errors"
"github.com/z7zmey/php-parser/position"
"github.com/z7zmey/php-parser/pkg/errors"
"github.com/z7zmey/php-parser/pkg/position"
)
func TestConstructor(t *testing.T) {