Umherirrender
9de512d59c
tests: Resolve phpunit filename deprecation errors
...
PHPUnit wants the filenames of the tests to match the class name being
tested.
Bug: T337333
Change-Id: I44f626d1bfdf151fecafc29c51b2cf2bb90481b0
2023-08-12 21:07:15 +02:00
thiemowmde
cfa424f16b
Make use of the ?? and ??= operators where it makes sense
...
?? is an older PHP 7.0 feature.
??= was added in PHP 7.4, which we can finally use.
Change-Id: If4145c48eb374aa8e5deeb38aecb27c6c8905382
2022-11-09 14:40:52 +01:00
Thiemo Kreuz
967a0b54e9
Use absolute class names in @covers tags
...
Not all tools require these to be absolute, full qualified class
names. But some do. This does make the code more compatible with all
kinds of tools.
Change-Id: Ie7f9d9469b7a48b2fe908d3428fca9ec0120f855
2019-10-23 12:23:09 +02:00
Amir Sarabadani
1c93cba790
Move unit tests to the new structure
...
Change-Id: I02e2a33149eee859ec10ab7f8265609b0f17d1cc
2019-07-12 18:22:52 +02:00