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 Position(1, 0)
|
||||
)->wait();
|
||||
var_dump($result);
|
||||
$this->assertEquals([], $result);
|
||||
}
|
||||
|
||||
|
|
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue