From f2e6e3aa66acbd542e810120a58f79d8d1d57e3e Mon Sep 17 00:00:00 2001 From: roblou Date: Fri, 19 May 2017 10:46:13 -0700 Subject: [PATCH] Remove tmp test logging --- tests/Server/TextDocument/Definition/GlobalTest.php | 1 - tests/Validation/ValidationTest.php | 2 -- 2 files changed, 3 deletions(-) diff --git a/tests/Server/TextDocument/Definition/GlobalTest.php b/tests/Server/TextDocument/Definition/GlobalTest.php index e800ec1..0988e2a 100644 --- a/tests/Server/TextDocument/Definition/GlobalTest.php +++ b/tests/Server/TextDocument/Definition/GlobalTest.php @@ -26,7 +26,6 @@ class GlobalTest extends ServerTestCase new TextDocumentIdentifier(pathToUri(realpath(__DIR__ . '/../../../../fixtures/references.php'))), new Position(1, 0) )->wait(); - var_dump($result); $this->assertEquals([], $result); } diff --git a/tests/Validation/ValidationTest.php b/tests/Validation/ValidationTest.php index c3253c9..a66e82e 100644 --- a/tests/Validation/ValidationTest.php +++ b/tests/Validation/ValidationTest.php @@ -62,8 +62,6 @@ class ValidationTest extends TestCase * @param $frameworkName */ public function testDefinitionErrors($testCaseFile, $frameworkName) { - echo "Test file: " . realpath($testCaseFile) . PHP_EOL; - $fileContents = file_get_contents($testCaseFile); $actualValues = $this->getActualTestValues($testCaseFile, $fileContents);