diff options
| author | Greg Roach <greg@subaqua.co.uk> | 2020-12-31 17:25:53 +0000 |
|---|---|---|
| committer | Greg Roach <greg@subaqua.co.uk> | 2020-12-31 17:25:53 +0000 |
| commit | 5a3d686c80adfca18cef9b4e7801f106b6c8f071 (patch) | |
| tree | c41f5b69fa36759ba80bab1f273b0d16592bef40 /tests/app/MediaTest.php | |
| parent | e563f71a2ec59b5b8c8626ad0e824fc8d8c4553c (diff) | |
| download | webtrees-5a3d686c80adfca18cef9b4e7801f106b6c8f071.tar.gz webtrees-5a3d686c80adfca18cef9b4e7801f106b6c8f071.tar.bz2 webtrees-5a3d686c80adfca18cef9b4e7801f106b6c8f071.zip | |
Tests
Diffstat (limited to 'tests/app/MediaTest.php')
| -rw-r--r-- | tests/app/MediaTest.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/app/MediaTest.php b/tests/app/MediaTest.php index 7535038959..2c3c908ad0 100644 --- a/tests/app/MediaTest.php +++ b/tests/app/MediaTest.php @@ -21,6 +21,8 @@ namespace Fisharebest\Webtrees; /** * Test harness for the class Media + * + * @covers \Fisharebest\Webtrees\Media */ class MediaTest extends TestCase { |
