1 parent 71b2965 commit e02797aCopy full SHA for e02797a
1 file changed
tests/unit/DocumentTest.php
@@ -55,7 +55,7 @@ public function testGetPageSizeByIndex(): void
55
public function testPageSizeIterator()
56
{
57
$layout = [];
58
- $notice = $this->loadDocument('yolo');
+ $notice = $this->loadDocument('notice');
59
foreach ($notice->pageSizeIterator() as $size) {
60
$layout[] = [
61
'width' => (int)$size->width,
0 commit comments