Skip to content

Commit

Permalink
Merge c609fa3 into 41cf4eb
Browse files Browse the repository at this point in the history
  • Loading branch information
oleibman committed Jan 15, 2024
2 parents 41cf4eb + c609fa3 commit 649e463
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/PhpWordTests/Element/FormulaTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
class FormulaTest extends AbstractWebServerEmbeddedTest
{
/**
* @covers \Formula::__construct
* @covers \PhpOffice\PhpWord\Element\Formula::__construct
*/
public function testConstruct(): void
{
Expand All @@ -40,8 +40,8 @@ public function testConstruct(): void
}

/**
* @covers \Formula::getMath
* @covers \Formula::setMath
* @covers \PhpOffice\PhpWord\Element\Formula::getMath
* @covers \PhpOffice\PhpWord\Element\Formula::setMath
*/
public function testMath(): void
{
Expand Down

0 comments on commit 649e463

Please sign in to comment.