Skip to content

Commit

Permalink
Move One Test to Avoid Merge Conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
oleibman committed Jan 9, 2025
1 parent 32a7350 commit 69faae1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
*/

namespace PhpOffice\PhpWordTests\Reader\Html;
namespace PhpOffice\PhpWordTests\Reader;

use Exception;
use PhpOffice\PhpWord\IOFactory;
Expand All @@ -35,7 +35,7 @@ class HTMLTest extends \PHPUnit\Framework\TestCase
*/
public function testLoad(): void
{
$filename = 'tests/PhpWordTests/_files/documents/reader.html';
$filename = __DIR__ . '/../_files/documents/reader.html';
$phpWord = IOFactory::load($filename, 'HTML');
self::assertInstanceOf('PhpOffice\\PhpWord\\PhpWord', $phpWord);
}
Expand Down

0 comments on commit 69faae1

Please sign in to comment.