@@ -12,7 +12,7 @@ class PHPWord_TemplateTest extends \PHPUnit_Framework_TestCase
12
12
* @covers ::applyXslStyleSheet
13
13
* @test
14
14
*/
15
- final public function testXslStyleSheetCanBeApplied ()
15
+ public function testXslStyleSheetCanBeApplied ()
16
16
{
17
17
// TODO: implement after merge of the issue https://github.com/PHPOffice/PHPWord/issues/56
18
18
}
@@ -23,7 +23,7 @@ final public function testXslStyleSheetCanBeApplied()
23
23
* @expectedExceptionMessage Could not set values for the given XSL style sheet parameters.
24
24
* @test
25
25
*/
26
- final public function testXslStyleSheetCanNotBeAppliedOnFailureOfSettingParameterValue ()
26
+ public function testXslStyleSheetCanNotBeAppliedOnFailureOfSettingParameterValue ()
27
27
{
28
28
$ template = new PHPWord_Template (
29
29
\join (\DIRECTORY_SEPARATOR ,
@@ -45,7 +45,7 @@ final public function testXslStyleSheetCanNotBeAppliedOnFailureOfSettingParamete
45
45
* @expectedExceptionMessage Could not load XML from the given template.
46
46
* @test
47
47
*/
48
- final public function testXslStyleSheetCanNotBeAppliedOnFailureOfLoadingXmlFromTemplate ()
48
+ public function testXslStyleSheetCanNotBeAppliedOnFailureOfLoadingXmlFromTemplate ()
49
49
{
50
50
$ template = new PHPWord_Template (
51
51
\join (\DIRECTORY_SEPARATOR ,
@@ -67,7 +67,7 @@ final public function testXslStyleSheetCanNotBeAppliedOnFailureOfLoadingXmlFromT
67
67
* @expectedExceptionMessage Could not transform the given XML document.
68
68
* @test
69
69
*/
70
- final public function testXslStyleSheetCanNotBeAppliedOnFailureOfTransformation ()
70
+ public function testXslStyleSheetCanNotBeAppliedOnFailureOfTransformation ()
71
71
{
72
72
$ template = new PHPWord_Template (
73
73
\join (\DIRECTORY_SEPARATOR ,
@@ -82,4 +82,4 @@ final public function testXslStyleSheetCanNotBeAppliedOnFailureOfTransformation(
82
82
83
83
$ template ->applyXslStyleSheet ($ xslDOMDocument );
84
84
}
85
- }
85
+ }
0 commit comments