Skip to content

Commit

Permalink
v73.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gammamatrix committed Jul 8, 2024
1 parent 0f58370 commit 550b111
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions tests/Feature/Concerns/Creating/GetProjectKeyTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,18 @@
*/

declare(strict_types=1);
namespace Tests\Feature\Playground\Matrix\Console\Commands\About;
namespace Tests\Feature\Playground\Matrix\Concerns\Creating;

use PHPUnit\Framework\Attributes\CoversTrait;
use Playground\Matrix\Concerns\Creating;
use Playground\Matrix\Models\Project;
use Playground\Matrix\Models\Ticket;
use Tests\Feature\Playground\Matrix\TestCase;

/**
* \Tests\Feature\Playground\Matrix\Console\Commands\About\GetProjectKeyTest
* \Tests\Feature\Playground\Matrix\Concerns\Creating\GetProjectKeyTest
*/
#[CoversTrait(Creating::class)]
class GetProjectKeyTest extends TestCase
{
use Creating;
Expand Down
6 changes: 4 additions & 2 deletions tests/Feature/Concerns/Creating/HandleTicketCodeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,18 @@
*/

declare(strict_types=1);
namespace Tests\Feature\Playground\Matrix\Console\Commands\About;
namespace Tests\Feature\Playground\Matrix\Concerns\Creating;

use PHPUnit\Framework\Attributes\CoversTrait;
use Playground\Matrix\Concerns\Creating;
use Playground\Matrix\Models\Project;
use Playground\Matrix\Models\Ticket;
use Tests\Feature\Playground\Matrix\TestCase;

/**
* \Tests\Feature\Playground\Matrix\Console\Commands\About\HandleTicketCodeTest
* \Tests\Feature\Playground\Matrix\Concerns\Creating\HandleTicketCodeTest
*/
#[CoversTrait(Creating::class)]
class HandleTicketCodeTest extends TestCase
{
use Creating;
Expand Down

0 comments on commit 550b111

Please sign in to comment.