Skip to content

Commit a281db6

Browse files
committed
Fix tests in php 8.2
1 parent fe05b54 commit a281db6

File tree

3 files changed

+358
-343
lines changed

3 files changed

+358
-343
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ SHELL := /usr/bin/env bash
22

33
export PATH := $(PATH):bin
44

5-
phpUnit = vendor/phpunit/phpunit/phpunit.php --colors --verbose --stderr --configuration phpunit.xml $(2) $(1)
5+
phpUnit = vendor/bin/phpunit --colors --verbose --stderr --configuration phpunit.xml $(2) $(1)
66

77
.PHONY: install
88
install:

0 commit comments

Comments
 (0)