Skip to content

Commit

Permalink
chore: move fixer examples dir
Browse files Browse the repository at this point in the history
  • Loading branch information
bshaffer committed Aug 27, 2024
1 parent cd971dd commit 4a48388
Show file tree
Hide file tree
Showing 29 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion test/Fixers/ClientUpgradeFixerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class ClientUpgradeFixerTest extends TestCase
{
private ClientUpgradeFixer $fixer;

private const SAMPLES_DIR = __DIR__ . '/../../examples/ClientUpgradeFixer/';
private const SAMPLES_DIR = __DIR__ . '/../../src/Fixers/ClientUpgradeFixer/examples/';

public function setUp(): void
{
Expand Down

0 comments on commit 4a48388

Please sign in to comment.