twifty / atom-phpunit-integrator

PHPUnit for the Atom editor
MIT License
1 stars 1 forks source link

resolved.scope.getRange is not a function #53

Closed twifty closed 6 years ago

twifty commented 6 years ago

When running current class

/home/owen/github/php-unit-integrator/lib/tester/php-unit-test-runner.js:526 TypeError: resolved.scope.getRange is not a function at PhpUnitTestRunner. (/home/owen/github/php-unit-integrator/lib/tester/php-unit-test-runner.js:423) at Generator.next () at step (/home/owen/github/php-unit-integrator/lib/tester/php-unit-test-runner.js:9) at

Trying to run the test method also result in

registerCommandHandlers::validate Failed to find a target scope

In fact, trying to run any test result in an error of some kind. Must be a setup issue.