File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed
Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ public static function getSubscribedEvents()
7575
7676 /** @inheritdoc */
7777 public function setFileName ($ fileName ) {
78- $ this ->printer ->setResultFileName ($ fileName );
78+ $ this ->printer ->setResultFileName ($ fileName );
7979 }
8080
8181 /** @inheritdoc */
@@ -129,13 +129,13 @@ public function onAfterExercise(TestworkEvent\ExerciseCompleted $event)
129129
130130 $ this ->renderer ->render ();
131131 if (!$ this ->printer ->getResultFileName ()) {
132- $ this ->printer ->setResultFileName (
133- str_replace (
134- DIRECTORY_SEPARATOR ,
135- FileOutputPrinter::FILE_SEPARATOR ,
136- $ this ->currentFeature ->getFilenameForReport ()
137- )
138- );
132+ $ this ->printer ->setResultFileName (
133+ str_replace (
134+ DIRECTORY_SEPARATOR ,
135+ FileOutputPrinter::FILE_SEPARATOR ,
136+ $ this ->currentFeature ->getFilenameForReport ()
137+ )
138+ );
139139 }
140140
141141 $ this ->printer ->write ($ this ->renderer ->getResult ());
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ public function setResultFileName($resultFileName)
7878 */
7979 public function getResultFileName ()
8080 {
81- return $ this ->resultFileName ;
81+ return $ this ->resultFileName ;
8282 }
8383
8484 /** @inheritdoc */
You can’t perform that action at this time.
0 commit comments