Skip to content

Commit

Permalink
[TASK] Update phpunit settings
Browse files Browse the repository at this point in the history
  • Loading branch information
linawolf committed Jul 13, 2024
1 parent 9515292 commit d1aed03
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Tests/Functional/PhpDomainRendererTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

namespace T3docs\Codesnippet\Tests\Functional;

use PHPUnit\Framework\Attributes\DataProvider;
use T3docs\Codesnippet\Renderer\PhpDomainRenderer;
use TYPO3\CMS\Core\Utility\GeneralUtility;

Expand All @@ -27,9 +28,7 @@ public function setUp(): void
$this->phpDomainRendererTest = GeneralUtility::makeInstance(PhpDomainRenderer::class);
}

/**
* @dataProvider extractClassProvider
*/
#[DataProvider('extractClassProvider')]
public function testExtractClass(string $configFile, string $expectedFile): void
{
$config = include __DIR__ . '/Fixtures/config/' . $configFile;
Expand Down

0 comments on commit d1aed03

Please sign in to comment.