Skip to content

Commit

Permalink
Merge b0de8e7 into b8346af
Browse files Browse the repository at this point in the history
  • Loading branch information
Manunchik committed Oct 23, 2019
2 parents b8346af + b0de8e7 commit 7dfe870
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions tests/PhpWord/MediaTest.php
Expand Up @@ -34,6 +34,22 @@ public function testGetSectionMediaElementsWithNull()
$this->assertEquals(array(), Media::getElements('section'));
}

/**
* Get header media elements
*/
public function testGetHeaderMediaElementsWithNull()
{
$this->assertEquals(array(), Media::getElements('header'));
}

/**
* Get footer media elements
*/
public function testGetFooterMediaElementsWithNull()
{
$this->assertEquals(array(), Media::getElements('footer'));
}

/**
* Count section media elements
*/
Expand Down

0 comments on commit 7dfe870

Please sign in to comment.