From e50e43cf08bd5e86e3256b75a8db03f2e195f090 Mon Sep 17 00:00:00 2001 From: Alejandro Estringana Ruiz Date: Wed, 18 Jun 2025 12:57:17 +0200 Subject: [PATCH 1/2] Enable schema standalone tests for PHP --- manifests/php.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/php.yml b/manifests/php.yml index 95c7314994d..d21d5368617 100644 --- a/manifests/php.yml +++ b/manifests/php.yml @@ -321,7 +321,7 @@ tests/: test_truncation.py: Test_Truncation: missing_feature test_asm_standalone.py: - Test_APISecurityStandalone: missing_feature + Test_APISecurityStandalone: v1.11.0-dev Test_AppSecStandalone_NotEnabled: v1.6.2 Test_AppSecStandalone_UpstreamPropagation: irrelevant (v2 is implemented) Test_AppSecStandalone_UpstreamPropagation_V2: v1.8.0 From 07f04c2e2ce3900196053fc40afa47a36d64ed72 Mon Sep 17 00:00:00 2001 From: Alejandro Estringana Ruiz Date: Wed, 25 Jun 2025 10:47:08 +0200 Subject: [PATCH 2/2] Set schema extraction release version --- manifests/php.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/php.yml b/manifests/php.yml index d21d5368617..9794e645ba7 100644 --- a/manifests/php.yml +++ b/manifests/php.yml @@ -321,7 +321,7 @@ tests/: test_truncation.py: Test_Truncation: missing_feature test_asm_standalone.py: - Test_APISecurityStandalone: v1.11.0-dev + Test_APISecurityStandalone: v1.11.0 Test_AppSecStandalone_NotEnabled: v1.6.2 Test_AppSecStandalone_UpstreamPropagation: irrelevant (v2 is implemented) Test_AppSecStandalone_UpstreamPropagation_V2: v1.8.0