mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-11-12 00:16:33 +00:00
Simplify test
This commit is contained in:
parent
fe62c85e02
commit
9ae6c8fd3a
@ -20,7 +20,7 @@ then
|
||||
PHPUNIT_ARGS="$PHPUNIT_ARGS -d zend.enable_gc=0"
|
||||
fi
|
||||
|
||||
if [ `php -r "echo (int) version_compare(PHP_VERSION, '7.3', '>=');"` = "1" ]
|
||||
if $PHPUNIT --atleast-version 9
|
||||
then
|
||||
find tests -type f -name "*.php" -print0 | xargs -0 sed -i 's/n setUpBeforeClass()/n setUpBeforeClass(): void/g'
|
||||
find tests -type f -name "*.php" -print0 | xargs -0 sed -i 's/n setUp()/n setUp(): void/g'
|
||||
|
Loading…
Reference in New Issue
Block a user