sublime-phpunit | Run individual unit test files directly from Sublime | Unit Testing library
kandi X-RAY | sublime-phpunit Summary
kandi X-RAY | sublime-phpunit Summary
Convenient Sublime Text commands for running your PHPUnit tests. Scans up the directory tree to find the closest phpunit.xml file and runs phpunit from there. If it can't find one, it just runs phpunit from /.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
- Runs the test suite
- Tries to find the path in the given directory
- Return the full path to the file
- Run a command in a terminal
- Returns the current function
- Finds the full path to a file
- Runs the plugin
- Return the command line connector
- Run the window
- Run the main function
- Run the application
- Run the plugin
sublime-phpunit Key Features
sublime-phpunit Examples and Code Snippets
Community Discussions
Trending Discussions on sublime-phpunit
QUESTION
With Laravel 5, when you call PHPUnit
from terminal, your'll type in something like...
./vendor/bin/phpunit tests/Unit/TestClassName
I've been searching for how to omit ./vendor/bin/
, so that you can call the test class above in the following way.
phpunit tests/Unit/TestClassName
Would it be possible to do stuff like this?
(The purpose is to use a package of Sublime Text.)
...ANSWER
Answered 2018-Jan-21 at 02:47Yes, add ./vendor/bin/
to your $PATH.
alternatively, alias it in your bash profile.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install sublime-phpunit
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page