1
0
Fork 0

Remove tmp test logging

pull/357/head
roblou 2017-05-19 10:46:13 -07:00
parent b5412621d6
commit f2e6e3aa66
2 changed files with 0 additions and 3 deletions

View File

@ -26,7 +26,6 @@ class GlobalTest extends ServerTestCase
new TextDocumentIdentifier(pathToUri(realpath(__DIR__ . '/../../../../fixtures/references.php'))), new TextDocumentIdentifier(pathToUri(realpath(__DIR__ . '/../../../../fixtures/references.php'))),
new Position(1, 0) new Position(1, 0)
)->wait(); )->wait();
var_dump($result);
$this->assertEquals([], $result); $this->assertEquals([], $result);
} }

View File

@ -62,8 +62,6 @@ class ValidationTest extends TestCase
* @param $frameworkName * @param $frameworkName
*/ */
public function testDefinitionErrors($testCaseFile, $frameworkName) { public function testDefinitionErrors($testCaseFile, $frameworkName) {
echo "Test file: " . realpath($testCaseFile) . PHP_EOL;
$fileContents = file_get_contents($testCaseFile); $fileContents = file_get_contents($testCaseFile);
$actualValues = $this->getActualTestValues($testCaseFile, $fileContents); $actualValues = $this->getActualTestValues($testCaseFile, $fileContents);