twifty / atom-phpunit-integrator

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

Uncaught TypeError: Cannot read property 'getProject' of undefined #15

Closed Gert-dev closed 6 years ago

Gert-dev commented 6 years ago

This happens when I disable the Code Coverage toggle button again after having run the test suite with code coverage enabled.

At /home/me/.atom/packages/php-unit-integrator/lib/views/php-unit-coverage-view.js:70

TypeError: Cannot read property 'getProject' of undefined
    at PhpUnitCoverageView.update (/packages/php-unit-integrator/lib/views/php-unit-coverage-view.js:70:33)
    at /packages/php-unit-integrator/lib/views/php-unit-integrator-view.js:365:31
    at ViewRegistry.performDocumentUpdate (/usr/lib/atom/src/view-registry.js:238:7)