Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions composer.lock

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

2 changes: 1 addition & 1 deletion tests/FileDirectoryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
use PhpIso\FileDirectory;
use PhpIso\IsoFile;

class FileDirectoryTest extends TestCase
final class FileDirectoryTest extends TestCase
{
public function testInitWithInvalidBuffer(): void
{
Expand Down
2 changes: 1 addition & 1 deletion tests/IsoFileTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
use PhpIso\PathTableRecord;
use PhpIso\FileDirectory;

class IsoFileTest extends TestCase
final class IsoFileTest extends TestCase
{
public function testConstructorFileDoesNotExist(): void
{
Expand Down
2 changes: 1 addition & 1 deletion tests/IsoFileTestUdf.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
use PhpIso\PathTableRecord;
use PhpIso\FileDirectory;

class IsoFileTestUdf extends TestCase
final class IsoFileTestUdf extends TestCase
{
#[DataProvider('isoFilesDataProvider')]
public function testConstructorExistingUdfFile(string $testFile, int $descriptorCount): void
Expand Down
2 changes: 1 addition & 1 deletion tests/PathTableRecordTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
use PhpIso\Util\Buffer;
use PhpIso\Exception;

class PathTableRecordTest extends TestCase
final class PathTableRecordTest extends TestCase
{
public function testSetDirectoryNumber(): void
{
Expand Down
2 changes: 1 addition & 1 deletion tests/Util/BufferTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
use PhpIso\Util\Buffer;
use PhpIso\Exception;

class BufferTest extends TestCase
final class BufferTest extends TestCase
{
public function testAlign(): void
{
Expand Down
2 changes: 1 addition & 1 deletion tests/Util/IsoDateTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
use PhpIso\Util\IsoDate;
use Carbon\Carbon;

class IsoDateTest extends TestCase
final class IsoDateTest extends TestCase
{
public function testInit7ValidDate(): void
{
Expand Down