oat-sa / lib-lti1p3-core

PHP library for LTI 1.3 Core implementations as platforms and / or as tools.
GNU General Public License v2.0
33 stars 17 forks source link

he at() matcher has been deprecated. It will be removed in PHPUnit 10. #172

Closed kochen closed 11 months ago

kochen commented 11 months ago
OAT\Library\Lti1p3Core\Tests\Unit\Security\Jwks\Fetcher\JwksFetcherTest::testItLogCacheFetchAndSaveErrors
The at() matcher has been deprecated. It will be removed in PHPUnit 10. Please refactor your test to not rely on the order in which methods are invoked.
wazelin commented 11 months ago

Resolved in https://github.com/oat-sa/lib-lti1p3-core/releases/tag/7.0.0

kochen commented 11 months ago

@wazelin should this also be in the release notes of 7.0.0?

wazelin commented 11 months ago

Well, that's just the internal unit tests. I'm not sure there's any benefit in posting this change as a release note. I mean, there's no userland code use case for that anyway.