From f2e26a5f76186f703b28756ef7f697ee86097d77 Mon Sep 17 00:00:00 2001 From: Nilambar Sharma Date: Mon, 27 Jan 2025 11:06:49 +0545 Subject: [PATCH] Update test for the license --- tests/phpunit/tests/Traits/License_Utils_Tests.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/phpunit/tests/Traits/License_Utils_Tests.php b/tests/phpunit/tests/Traits/License_Utils_Tests.php index 1fb256639..3a01809d6 100644 --- a/tests/phpunit/tests/Traits/License_Utils_Tests.php +++ b/tests/phpunit/tests/Traits/License_Utils_Tests.php @@ -104,6 +104,7 @@ public function data_license_gpl_compatibility() { array( 'BSD 3 Clause', true ), array( 'OpenLDAP', true ), array( 'Expat', true ), + array( 'ISC', true ), array( 'EPL', false ), array( 'EUPL', false ),