sublime-phpunit icon indicating copy to clipboard operation
sublime-phpunit copied to clipboard

PHPUnit Support for Sublime Text 2

Results 13 sublime-phpunit issues
Sort by recently updated
recently updated
newest added

Hi, I added two features: - Use one shortcut to switch from Class.php to ClassTest.php and vice versa. - Do a matching between the class and the file. For example...

Is it possible to just run one test or a group of tests at a time from the context menu? Running my tests on some classes takes a while and...

Hi, I wanted two things that the plugin didn't easily satisfy: 1. Test files should end in *Test.php, but not by PHPUnit, only by your plugin to enable the context...

First of all, congratulations for this awesome and helpful plugin! There is something I thing it is simple to solve. Let's go: If I have two classes with same name...

I'm using ST3 on Windows 7 and had some trouble with PHPUnit not picking up the files properly. I've ultimately traced it to the PhpunitCommand class with, for example,: ```...

Hi, I tried to run phpunit on my laravel 4.2 project with Sublime 3 on Windows 10. (Before I upgraded to Windows 10, everything worked fine) I got this error...

but I have php 5.6 php -v PHP 5.6.10 (cli) (built: Jul 6 2015 14:28:54) Copyright (c) 1997-2015 The PHP Group Zend Engine v2.6.0, Copyright (c) 1998-2015 Zend Technologies

Get this error in the sublime console (ST3) when right clicking an open file and selecting PHPUnit\Run Tests... The open file is a test

Are you interested in merging https://github.com/gerardroche/sublime-phpunit ? It is an ST3 only package. There are a few differences, not many other than >=ST3 only and some extra features.

When a test fails, it prints the file and line number in the console. It would be great if we could click on that to take us straight there.