Skip to content

Commit 9c1a824

Browse files
committed
chore(tests): use phpunit attributes
Signed-off-by: Fery Wardiyanto <[email protected]>
1 parent fa45a79 commit 9c1a824

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/PackageTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
namespace Creasi\Tests;
44

5-
use Creasi\Laravel\Package;
5+
use PHPUnit\Framework\Attributes\Test;
66

77
class PackageTest extends TestCase
88
{
9-
/** @test */
9+
#[Test]
1010
public function it_should_be_true()
1111
{
1212
$package = $this->app->get('creasi.package');

0 commit comments

Comments
 (0)