Skip to content

Commit

Permalink
Tests: annotate with @testcase
Browse files Browse the repository at this point in the history
  • Loading branch information
f3l1x committed Jun 10, 2021
1 parent d1a84d8 commit 3d02d61
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/cases/ApiRouteSpecTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@

require __DIR__ . '/../bootstrap.php';

/**
* @testCase
*/
final class ApiRouteSpecTest extends TestCase
{

Expand Down
3 changes: 3 additions & 0 deletions tests/cases/ApiRouteTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@

require __DIR__ . '/../bootstrap.php';

/**
* @testCase
*/
final class ApiRouteTest extends TestCase
{

Expand Down
3 changes: 3 additions & 0 deletions tests/cases/ApiRoutesResolverTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@

require __DIR__ . '/../bootstrap.php';

/**
* @testCase
*/
final class ApiRoutesResolverTest extends TestCase
{

Expand Down

0 comments on commit 3d02d61

Please sign in to comment.