Skip to content

Commit

Permalink
Update test annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Mar 4, 2023
1 parent b0d48f9 commit 0e80845
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
* building process to determine where files are located and how to parse them.
*
* @see \Hyde\Framework\Testing\Feature\DiscoveryServiceTest
* @see \Hyde\Framework\Testing\Unit\DiscoveryServiceUnitTest
*/
class DiscoveryService
{
Expand Down
5 changes: 5 additions & 0 deletions packages/framework/tests/Feature/DiscoveryServiceTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@
use Hyde\Testing\TestCase;
use Illuminate\Support\Facades\File;

/**
* @covers \Hyde\Framework\Services\DiscoveryService
*
* @see \Hyde\Framework\Testing\Unit\DiscoveryServiceUnitTest
*/
class DiscoveryServiceTest extends TestCase
{
public function createContentSourceTestFiles()
Expand Down
5 changes: 5 additions & 0 deletions packages/framework/tests/Unit/DiscoveryServiceUnitTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@

use Hyde\Testing\UnitTestCase;

/**
* @covers \Hyde\Framework\Services\DiscoveryService
*
* @see \Hyde\Framework\Testing\Feature\DiscoveryServiceTest
*/
class DiscoveryServiceUnitTest extends UnitTestCase
{
//
Expand Down

0 comments on commit 0e80845

Please sign in to comment.