Skip to content

Commit

Permalink
Fix covers annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
bastianallgeier committed Dec 7, 2024
1 parent c348f37 commit 0b752c1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/Cms/Pages/PagesTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
use Kirby\Exception\InvalidArgumentException;
use Kirby\Filesystem\Dir;

/**
* @coversDefaultClass \Kirby\Cms\Pages
*/
class PagesTest extends TestCase
{
public const TMP = KIRBY_TMP_DIR . '/Cms.Pages';
Expand Down

0 comments on commit 0b752c1

Please sign in to comment.