Skip to content

Commit

Permalink
Update test for the license
Browse files Browse the repository at this point in the history
  • Loading branch information
ernilambar committed Jan 27, 2025
1 parent e0e57ac commit f2e26a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/phpunit/tests/Traits/License_Utils_Tests.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 ),
Expand Down

0 comments on commit f2e26a5

Please sign in to comment.