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);