We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f6fbf2 commit 679a738Copy full SHA for 679a738
tests/PhpWordTests/Writer/Word2007/Part/DocumentTest.php
@@ -408,7 +408,7 @@ public function testWriteImage(): void
408
// behind
409
$element = $doc->getElement('/w:document/w:body/w:p[2]/w:r/w:pict/v:shape');
410
$style = $element->getAttribute('style');
411
- self::assertRegExp('/z\-index:\-[0-9]*/', $style);
+ self::assertMatchesRegularExpression('/z\-index:\-[0-9]*/', $style);
412
413
// square
414
$element = $doc->getElement('/w:document/w:body/w:p[4]/w:r/w:pict/v:shape/w10:wrap');
0 commit comments