From eac9d2cdea64b844828f3e07ae1e3713c49228b6 Mon Sep 17 00:00:00 2001 From: "michael@butlerpc.net" Date: Sat, 29 Oct 2016 13:13:25 -0400 Subject: [PATCH] Whoops. remove unnecessary comment --- src/ParaTest/Logging/JUnit/TestCase.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ParaTest/Logging/JUnit/TestCase.php b/src/ParaTest/Logging/JUnit/TestCase.php index 1e0f05f2..2582d19f 100644 --- a/src/ParaTest/Logging/JUnit/TestCase.php +++ b/src/ParaTest/Logging/JUnit/TestCase.php @@ -67,7 +67,6 @@ public function __construct( $this->name = $name; $this->class = $class; $this->file = $file; - // Fix empty line numbers, for proper xml parsing $this->line = $line; $this->assertions = $assertions; $this->time = $time;