From 4193c6f8b783ddd9624aab52d57fb7036873ec91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=91=A3=E4=BB=B2=E8=88=92?= Date: Thu, 17 Jun 2021 18:30:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Drun-script=20test=E6=97=A0?= =?UTF-8?q?=E6=B3=95=E6=89=A7=E8=A1=8C=E5=8D=95=E5=85=83=E6=B5=8B=E8=AF=95?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- phpunit.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpunit.xml b/phpunit.xml index 9957e07..bcebe84 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -1,7 +1,7 @@ - tests\Test + tests/Test \ No newline at end of file -- Gitee