Skip to content

Commit

Permalink
add attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
maschmann committed Sep 13, 2024
1 parent fedd2d4 commit 5d6df1e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Tests/Asm/Ansible/AnsibleTest.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
<?php

declare(strict_types=1);

namespace Asm\Ansible;

use Asm\Ansible\Exception\CommandException;
use Asm\Ansible\Testing\AnsibleTestCase;
use org\bovigo\vfs\vfsStream;
use PHPUnit\Framework\Attributes\CoversFunction;

class AnsibleTest extends AnsibleTestCase
{
Expand Down
1 change: 1 addition & 0 deletions Tests/Asm/Ansible/Testing/AnsibleTestCase.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

declare(strict_types=1);

namespace Asm\Ansible\Testing;
Expand Down
1 change: 1 addition & 0 deletions Tests/Asm/Ansible/Utils/StrTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
namespace Asm\Ansible\Utils;

use PHPUnit\Framework\TestCase;
use PHPUnit\Framework\Attributes\Group;

#[Group('utils')]
class StrTest extends TestCase
Expand Down

0 comments on commit 5d6df1e

Please sign in to comment.