opis / closure

Serialize closures (anonymous functions)
https://opis.io/closure
MIT License
2.5k stars 81 forks source link

Support phpunit 10 and fix PSR-4 warnings found by phpunit 10 #140

Closed williamdes closed 11 months ago

williamdes commented 11 months ago

Fixes

There were 2 PHPUnit test runner warnings:

1) Class NamespaceFullyQualifiedTest cannot be found in /mnt/Dev/@williamdes/@forked-repos/closure/tests/NamespaceFullyQualifiedTest.php

2) Class NamespaceGroupTest cannot be found in /mnt/Dev/@williamdes/@forked-repos/closure/tests/NamespaceGroupTest.php

Found after allowing phpunit 10

Follow up of #139

GrahamCampbell commented 11 months ago

As per the other issue, I am not interested in running our tests on PHPUnit 10.

williamdes commented 11 months ago

As per the other issue, I am not interested in running our tests on PHPUnit 10.

This is more straight forward, thank you.