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 2629726 commit b326714Copy full SHA for b326714
dev/tests/integration/testsuite/Magento/Sales/Model/Order/Pdf/AbstractTest.php renamed to dev/tests/integration/testsuite/Magento/Sales/Model/Order/Pdf/AbstractPdfTest.php
@@ -12,7 +12,7 @@
12
*
13
* @see \Magento\Sales\Model\Order\Pdf\AbstarctPdf
14
*/
15
-class AbstractTest extends \PHPUnit\Framework\TestCase
+class AbstractPdfTest extends \PHPUnit\Framework\TestCase
16
{
17
/**
18
* Tests Draw lines method.
@@ -62,7 +62,7 @@ public function testDrawLineBlocks()
62
63
/** Generate multiline block, that cover more than one page */
64
$lines = [];
65
- for ($lineNumber = 1; $lineNumber <= 100; $lineNumber++ ) {
+ for($lineNumber = 1; $lineNumber <= 100; $lineNumber++) {
66
$lines[] = [[
67
'feed' => 0,
68
'font_size' => 10,
0 commit comments