Skip to content

Commit 7faa833

Browse files
committed
fix missing lorem ipsum
1 parent 21ad47b commit 7faa833

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/PhpWordTests/Writer/Word2007/Element/TOCTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public function testWriteTitleWithoutpageNumber(): void
6666
//more than one title and random text for create more than one page
6767
for ($i = 1; $i <= 10; ++$i) {
6868
$section->addTitle('Title ' . $i, 1);
69-
$content = file_get_contents('https://loripsum.net/api/10/long');
69+
$content = file_get_contents('https://baconipsum.com/api/?type=meat-and-filler&paras=10&start-with-lorem=1&format=text');
7070
\PhpOffice\PhpWord\Shared\Html::addHtml($section, $content ? $content : '', false, false);
7171
$section->addPageBreak();
7272
}

0 commit comments

Comments
 (0)