Skip to content

Commit

Permalink
Create InvokableActionTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Dec 4, 2022
1 parent 3cd987c commit 3267b2e
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions packages/framework/tests/Feature/InvokableActionTest.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?php

declare(strict_types=1);

namespace Hyde\Framework\Testing\Feature;

use Hyde\Testing\TestCase;

/**
* @covers \Hyde\Framework\Concerns\InvokableAction
*/
class InvokableActionTest extends TestCase
{
//
}

0 comments on commit 3267b2e

Please sign in to comment.