Remove tmp test logging
parent
b5412621d6
commit
f2e6e3aa66
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -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);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue