Skip to content

Commit

Permalink
Updated name space of PdfVersionTest class.
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentmuller committed Aug 13, 2024
1 parent a047685 commit d19ba8c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## Unreleased

- Updated name space of `PdfVersionTest` class.
- Update PHP version in `composer.json`.
- Added `PdfVersion` enumeration.
- Updated `addPageIndex()` function signature for `PdfBookmarkTrait` trait.
Expand Down
4 changes: 2 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions tests/Enums/PdfVersionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@

declare(strict_types=1);

namespace Enums;
namespace fpdf\Enums;

use fpdf\Enums\PdfVersion;
use PHPUnit\Framework\Attributes\DataProvider;
use PHPUnit\Framework\TestCase;

Expand Down

0 comments on commit d19ba8c

Please sign in to comment.