refactor: change makefile to reflect drop of php5 and run make
This commit is contained in:
@@ -3,8 +3,8 @@ package tester
|
||||
import (
|
||||
"testing"
|
||||
|
||||
"github.com/VKCOM/php-parser/internal/php8"
|
||||
"github.com/VKCOM/php-parser/internal/php7"
|
||||
"github.com/VKCOM/php-parser/internal/php8"
|
||||
"github.com/VKCOM/php-parser/pkg/conf"
|
||||
"github.com/VKCOM/php-parser/pkg/version"
|
||||
"gotest.tools/assert"
|
||||
|
||||
@@ -3,8 +3,8 @@ package tester
|
||||
import (
|
||||
"testing"
|
||||
|
||||
"github.com/VKCOM/php-parser/internal/php8"
|
||||
"github.com/VKCOM/php-parser/internal/php7"
|
||||
"github.com/VKCOM/php-parser/internal/php8"
|
||||
"github.com/VKCOM/php-parser/pkg/conf"
|
||||
"github.com/VKCOM/php-parser/pkg/token"
|
||||
"github.com/VKCOM/php-parser/pkg/version"
|
||||
|
||||
@@ -49,7 +49,7 @@ func (p *ParserDumpTestSuite) UsePHP8() {
|
||||
}
|
||||
|
||||
func (p *ParserDumpTestSuite) Run() {
|
||||
p.t.Helper()
|
||||
p.t.Helper()
|
||||
|
||||
config := conf.Config{
|
||||
Version: &p.Version,
|
||||
|
||||
Reference in New Issue
Block a user