Skip to content

Commit 69faae1

Browse files
committed
Move One Test to Avoid Merge Conflict
1 parent 32a7350 commit 69faae1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/PhpWordTests/Reader/Html/HTMLTest.php renamed to tests/PhpWordTests/Reader/HTMLTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
1717
*/
1818

19-
namespace PhpOffice\PhpWordTests\Reader\Html;
19+
namespace PhpOffice\PhpWordTests\Reader;
2020

2121
use Exception;
2222
use PhpOffice\PhpWord\IOFactory;
@@ -35,7 +35,7 @@ class HTMLTest extends \PHPUnit\Framework\TestCase
3535
*/
3636
public function testLoad(): void
3737
{
38-
$filename = 'tests/PhpWordTests/_files/documents/reader.html';
38+
$filename = __DIR__ . '/../_files/documents/reader.html';
3939
$phpWord = IOFactory::load($filename, 'HTML');
4040
self::assertInstanceOf('PhpOffice\\PhpWord\\PhpWord', $phpWord);
4141
}

0 commit comments

Comments
 (0)