Skip to content

Commit

Permalink
Fix update-tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
kagg-design committed Nov 30, 2024
1 parent 27501b0 commit 321bc0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/update-tests
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ git checkout -- $TEST_DIR

if [[ $PHP_UNIT == '5.7' || $PHP_UNIT == '6.5' || $PHP_UNIT == '7.5' ]]; then
echo "Preparing tests for phpunit-$PHP_UNIT"
find $TEST_DIR -type f -exec sed -i "s/: void / /g" {} \;
find $TEST_DIR -type f -exec sed -i "s/: void//g" {} \;
fi

exit 0

0 comments on commit 321bc0d

Please sign in to comment.