Skip to content

Commit

Permalink
Remove @coversNothing
Browse files Browse the repository at this point in the history
  • Loading branch information
distantnative committed Jan 30, 2024
1 parent 73493b3 commit 192d59f
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 15 deletions.
3 changes: 0 additions & 3 deletions tests/Query/QueryDefaultFunctionsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@
use Kirby\Image\QrCode;
use Kirby\Toolkit\I18n;

/**
* @coversNothing
*/
class QueryDefaultFunctionsTest extends \Kirby\TestCase
{
public const TMP = KIRBY_TMP_DIR . '/Query.QueryDefaultFunctions';
Expand Down
3 changes: 0 additions & 3 deletions tests/Text/FileKirbyTagTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@
use Kirby\Filesystem\Dir;
use Kirby\TestCase;

/**
* @coversNothing
*/
class FileKirbyTagTest extends TestCase
{
public const TMP = KIRBY_TMP_DIR . '/Text.FileKirbyTag';
Expand Down
3 changes: 0 additions & 3 deletions tests/Text/ImageKirbyTagTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@
use Kirby\Filesystem\Dir;
use Kirby\TestCase;

/**
* @coversNothing
*/
class ImageKirbyTagTest extends TestCase
{
public const TMP = KIRBY_TMP_DIR . '/Text.ImageKirbyTag';
Expand Down
3 changes: 0 additions & 3 deletions tests/Text/LinkKirbyTagTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@
use Kirby\Filesystem\Dir;
use Kirby\TestCase;

/**
* @coversNothing
*/
class LinkKirbyTagTest extends TestCase
{
public const TMP = KIRBY_TMP_DIR . '/Text.LinkKirbyTag';
Expand Down
3 changes: 0 additions & 3 deletions tests/Text/VideoKirbyTagTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@
use Kirby\Filesystem\Dir;
use Kirby\TestCase;

/**
* @coversNothing
*/
class VideoKirbyTagTest extends TestCase
{
public const TMP = KIRBY_TMP_DIR . '/Text.VideoKirbyTag';
Expand Down

0 comments on commit 192d59f

Please sign in to comment.