build: 升级到 8.2

Signed-off-by: 李东云 <dongyu.li@luxcreo.ai>
This commit is contained in:
李东云
2023-10-13 15:06:48 +08:00
parent 64b55e8cfa
commit 7669885181
8 changed files with 11 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
bootstrap="./test/bootstrap.php"
bootstrap="./tests/bootstrap.php"
colors="true"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd">
<coverage processUncoveredFiles="true">
@@ -10,7 +10,7 @@
</coverage>
<testsuites>
<testsuite name="Tests">
<directory>./test</directory>
<directory>./tests</directory>
</testsuite>
</testsuites>
</phpunit>