Skip to content

Commit

Permalink
[TASK] Rename folder for test fixtures and assertions
Browse files Browse the repository at this point in the history
  • Loading branch information
sabbelasichon committed Apr 20, 2024
1 parent 386dd3f commit 76fc1d4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Some description

- class: [`a9f\FractorDocGenerator\Tests\Printer\DirectoryToMarkdownPrinter\Fixture\Fractor\Standard\SomeFractorRule`](Fixture/Fractor/Standard/SomeFractorRule.php)
- class: [`a9f\FractorDocGenerator\Tests\Printer\DirectoryToMarkdownPrinter\Fixtures\Fractor\Standard\SomeFractorRule`](Fixtures/Fractor/Standard/SomeFractorRule.php)

```diff
-bad code
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ public function test(string $directory, string $expectedFile): void

public static function provideData(): \Iterator
{
yield [__DIR__ . '/Fixture/Fractor/Standard', __DIR__ . '/Expected/fractor/fractor_content.md'];
yield [__DIR__ . '/Fixtures/Fractor/Standard', __DIR__ . '/Assertions/Fractor/Standard/expected.md'];
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

declare(strict_types=1);

namespace a9f\FractorDocGenerator\Tests\Printer\DirectoryToMarkdownPrinter\Fixture\Fractor\Standard;
namespace a9f\FractorDocGenerator\Tests\Printer\DirectoryToMarkdownPrinter\Fixtures\Fractor\Standard;

use a9f\Fractor\Application\Contract\FractorRule;
use Symplify\RuleDocGenerator\ValueObject\CodeSample\CodeSample;
Expand Down

0 comments on commit 76fc1d4

Please sign in to comment.