mirror of
https://codeberg.org/PostERG/xamxam.git
synced 2026-06-25 08:09:18 +02:00
Add code coverage configuration (phpunit.xml source filter), baseline coverage report (21.27% lines), gitignore coverage/ and .phpunit.result.cache; remove deprecated setAccessible() calls
This commit is contained in:
@@ -15,7 +15,6 @@ class StudentEmailTest extends TestCase
|
||||
private function buildHtml(array $thesis): string
|
||||
{
|
||||
$ref = new ReflectionMethod(StudentEmail::class, 'buildHtml');
|
||||
$ref->setAccessible(true);
|
||||
|
||||
return $ref->invoke(null, $thesis);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user