intellij-nette-tester
intellij-nette-tester copied to clipboard
Nette Tester integration into PhpStorm.
It gives the error message Cannot compute digest for RC using state after load java.lang.AbstractMethodError: Receiver class cz.jiripudil.intellij.nette.tester.configuration.TesterSettings does not define or inherit an implementation of the resolved method 'abstract...
stále mi to vypisuje ve stormu Run configuration 'tester' missing: To use line markers, you need create run configuration named 'tester' with interpreter. ikdyž mám vytvořený v (Run/Debug configurations =>...
I'm using PhpStorm 2021.3 EAP ``` PhpStorm 2021.3 EAP Build #PS-213.5281.20, built on October 21, 2021 PhpStorm EAP User Expiration date: November 20, 2021 Runtime version: 11.0.12+7-b1751.11 amd64 VM: OpenJDK...
Is possible to make something with that? When i work in Windows i've something like "require_once __DIR__ . '/..\..\..\..\bootstrap.php';" in code. Is possible to force change slashes to forward one...
I don't know what's wrong but I'm not be able to create test file by right click on tests directory => New file => Nette Tester => Nette Tester TestCase....
It would be nice if you could open the test by clicking on the passed tests.
This will add a link `` when test fails and there is line like `diff 'path/to/actual' 'path/to/expected'`. The link will open a diff viewer. It uses global filters, so it...
Once nette/tester#345 is resolved, bring back the [missing](https://github.com/jiripudil/intellij-nette-tester/releases/tag/2.0.0-beta.1) features if possible: - **Most importantly,** provide reference to the test file and method so that one can navigate from the test...
What about add variables for template which contains path to tested class and full class name? When you make unit tests right, you should need only class which you test...