From ffdab10b903a33e1cf9cd3227a66749800ac53a1 Mon Sep 17 00:00:00 2001 From: Richard Fath Date: Sun, 10 Nov 2024 12:12:25 +0100 Subject: [PATCH 1/3] Use directory Tests/Sqlsrv for phpunit in appveyor --- phpunit.appveyor_sql2017.xml.dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpunit.appveyor_sql2017.xml.dist b/phpunit.appveyor_sql2017.xml.dist index 7166ffc5..f6dbd3af 100644 --- a/phpunit.appveyor_sql2017.xml.dist +++ b/phpunit.appveyor_sql2017.xml.dist @@ -13,7 +13,7 @@ - Tests + Tests/Sqlsrv From 06b0c2128592b7dcbe67a554aeef2359419ccba9 Mon Sep 17 00:00:00 2001 From: Richard Fath Date: Sun, 10 Nov 2024 12:31:07 +0100 Subject: [PATCH 2/3] Use --testdoc for phpunit also in appveyor --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 41d1f794..d1f008c0 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -79,4 +79,4 @@ before_test: test_script: - cd C:\projects\database - - ps: vendor\bin\phpunit -c $phpunitConfig + - ps: vendor\bin\phpunit --configuration $phpunitConfig --testdox From 09cfb0e14a1242775017f7c283d5c846732ca1b8 Mon Sep 17 00:00:00 2001 From: Richard Fath Date: Sun, 10 Nov 2024 13:01:47 +0100 Subject: [PATCH 3/3] Revert "Use --testdoc for phpunit also in appveyor" This reverts commit 06b0c2128592b7dcbe67a554aeef2359419ccba9. --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index d1f008c0..41d1f794 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -79,4 +79,4 @@ before_test: test_script: - cd C:\projects\database - - ps: vendor\bin\phpunit --configuration $phpunitConfig --testdox + - ps: vendor\bin\phpunit -c $phpunitConfig