Skip to content

Commit

Permalink
Add PhpParser50RectorTest.php
Browse files Browse the repository at this point in the history
Signed-off-by: Nathanael Esayeas <[email protected]>
  • Loading branch information
ghostwriter committed Dec 13, 2024
1 parent 9a95bc1 commit 7436f84
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions tests/unit/Package/Nikic/PhpParser/PhpParser50RectorTest.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?php

declare(strict_types=1);

namespace Tests\Unit\Package\Nikic\PhpParser;

use Ghostwriter\Revamp\Package\Nikic\PhpParser\PhpParser50Rector;
use PHPUnit\Framework\Attributes\CoversClass;
use Tests\Unit\AbstractTestCase;

#[CoversClass(PhpParser50Rector::class)]
final class PhpParser50RectorTest extends AbstractTestCase
{
}

0 comments on commit 7436f84

Please sign in to comment.