Skip to content

Commit

Permalink
Update namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Apr 27, 2022
1 parent 8c084b9 commit 50695fc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

namespace Services;

use Hyde\Framework\Actions\ServiceActions\HasConfigurableMarkdownFeatures;
use Hyde\Framework\Concerns\Markdown\HasConfigurableMarkdownFeatures;
use Hyde\Framework\Models\DocumentationPage;
use Illuminate\Support\Facades\Config;
use Tests\TestCase;

/**
* @covers \Hyde\Framework\Actions\ServiceActions\HasConfigurableMarkdownFeatures
* @covers \Hyde\Framework\Concerns\Markdown\HasConfigurableMarkdownFeatures
*/
class HasConfigurableMarkdownFeaturesTest extends TestCase
{
Expand Down
4 changes: 2 additions & 2 deletions tests/Unit/HasMarkdownFeaturesTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

namespace Tests\Unit;

use Hyde\Framework\Actions\ServiceActions\HasMarkdownFeatures;
use Hyde\Framework\Concerns\Markdown\HasMarkdownFeatures;
use Illuminate\Support\Facades\Config;
use Tests\TestCase;

/**
* @covers \Hyde\Framework\Actions\ServiceActions\HasMarkdownFeatures
* @covers \Hyde\Framework\Concerns\Markdown\HasMarkdownFeatures
*/
class HasMarkdownFeaturesTest extends TestCase
{
Expand Down

0 comments on commit 50695fc

Please sign in to comment.