Skip to content
This repository was archived by the owner on Oct 28, 2025. It is now read-only.
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix test class name
  • Loading branch information
janvt committed Mar 7, 2023
commit 2bbafd2cb9acf76b85a90dbbc71f6dac904f2068
4 changes: 2 additions & 2 deletions tests/Unit/Infrastructure/Doctrine/PaginatorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
use Mockery;
use PHPUnit\Framework\TestCase;

class DoctrinePaginatorTest extends TestCase
class PaginatorTest extends TestCase
{
/** @var OrmPaginator|Mockery\MockInterface */
private mixed $ormPaginatorMock;
Expand All @@ -21,7 +21,7 @@ public function setUp(): void
$this->ormPaginatorMock = Mockery::mock(OrmPaginator::class);
}

/**
/**g
* @dataProvider provideCurrentPageData
*
* @param int $first
Expand Down