File tree Expand file tree Collapse file tree 2 files changed +0
-20
lines changed
tests/Infrastructure/InMemory Expand file tree Collapse file tree 2 files changed +0
-20
lines changed Original file line number Diff line number Diff line change @@ -154,10 +154,6 @@ public function testArrayAccessWithInvalidOffset(): void
154
154
$ this ->assertNull ($ paginator ['invalid ' ]);
155
155
}
156
156
157
- /**
158
- * @covers \GeekCell\Ddd\Infrastructure\InMemoryPaginator::getIterator
159
- * @covers \GeekCell\Ddd\Infrastructure\InMemoryPaginator::count
160
- */
161
157
public function testGetIteratorAndCount (): void
162
158
{
163
159
// Given
@@ -193,10 +189,6 @@ public function testGetIteratorAndCount(): void
193
189
$ this ->assertEquals (2 , count ($ paginator ));
194
190
}
195
191
196
- /**
197
- * @covers \GeekCell\Ddd\Infrastructure\InMemoryPaginator::getIterator
198
- * @covers \GeekCell\Ddd\Infrastructure\InMemoryPaginator::count
199
- */
200
192
public function testGetIteratorWithEmptyCollection (): void
201
193
{
202
194
// Given
@@ -223,10 +215,6 @@ public function testGetIteratorWithEmptyCollection(): void
223
215
$ this ->assertEquals (0 , count ($ paginator ));
224
216
}
225
217
226
- /**
227
- * @covers \GeekCell\Ddd\Infrastructure\InMemoryPaginator::getIterator
228
- * @covers \GeekCell\Ddd\Infrastructure\InMemoryPaginator::count
229
- */
230
218
public function testGetIteratorWithCurrentPageTooHigh (): void
231
219
{
232
220
// Given
Original file line number Diff line number Diff line change @@ -61,10 +61,6 @@ public function __construct()
61
61
};
62
62
}
63
63
64
- /**
65
- * @covers \GeekCell\Ddd\Infrastructure\InMemoryRepository::collect
66
- * @covers \GeekCell\Ddd\Infrastructure\InMemoryRepository::count
67
- */
68
64
public function testCollectAndCount (): void
69
65
{
70
66
// Given
@@ -79,10 +75,6 @@ public function testCollectAndCount(): void
79
75
$ this ->assertEquals (count ($ this ->items ), count ($ result ));
80
76
}
81
77
82
- /**
83
- * @covers \GeekCell\Ddd\Infrastructure\Repository::paginate
84
- * @covers \GeekCell\Ddd\Infrastructure\Repository::count
85
- */
86
78
public function testPaginateAndCount (): void
87
79
{
88
80
// Given
You can’t perform that action at this time.
0 commit comments