Skip to content

Commit 5d6df1e

Browse files
committed
add attributes
1 parent fedd2d4 commit 5d6df1e

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

Tests/Asm/Ansible/AnsibleTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
<?php
2+
23
declare(strict_types=1);
34

45
namespace Asm\Ansible;
56

67
use Asm\Ansible\Exception\CommandException;
78
use Asm\Ansible\Testing\AnsibleTestCase;
89
use org\bovigo\vfs\vfsStream;
10+
use PHPUnit\Framework\Attributes\CoversFunction;
911

1012
class AnsibleTest extends AnsibleTestCase
1113
{

Tests/Asm/Ansible/Testing/AnsibleTestCase.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
declare(strict_types=1);
34

45
namespace Asm\Ansible\Testing;

Tests/Asm/Ansible/Utils/StrTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
namespace Asm\Ansible\Utils;
66

77
use PHPUnit\Framework\TestCase;
8+
use PHPUnit\Framework\Attributes\Group;
89

910
#[Group('utils')]
1011
class StrTest extends TestCase

0 commit comments

Comments
 (0)