laracasts / PHP-Vars-To-Js-Transformer

Transform PHP data to JavaScript.
https://packagist.org/packages/laracasts/utilities
MIT License
2.21k stars 219 forks source link

Some javascript shows when I run PHPUnit #70

Closed RossTsachev closed 7 years ago

RossTsachev commented 8 years ago

After installing the package I get the following when running my PHPUnit tests:

PHPUnit 4.8.19 by Sebastian Bergmann and contributors.
.............<script>window.testScope = window.testScope || {};testScope.menuState = 'collapseAll';</script>.<script>window.testScope = window.testScope || {};testScope.menuState = 'collapseAll';</script>..<script>window.testScope = window.testScope || {};testScope.menuState = 'collapseAll';</script>..<script>window.testScope = window.testScope || {};testScope.menuState = 'collapseAll';</script>............................................... 65 / 65 (100%)