Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/voronkovich/phpunit.plugin.zsh
Zsh plugin for PHPUnit
https://github.com/voronkovich/phpunit.plugin.zsh
phpunit zsh-plugin
Last synced: about 2 months ago
JSON representation
Zsh plugin for PHPUnit
- Host: GitHub
- URL: https://github.com/voronkovich/phpunit.plugin.zsh
- Owner: voronkovich
- License: mit
- Created: 2016-05-21T17:23:36.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-03-06T18:53:21.000Z (11 months ago)
- Last Synced: 2024-03-06T19:37:06.240Z (11 months ago)
- Topics: phpunit, zsh-plugin
- Language: Shell
- Homepage:
- Size: 19.5 KB
- Stars: 8
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# phpunit.plugin.zsh
A zsh plugin for the [PHPUnit](https://phpunit.de/) with usefull commands and an actual autocompletion.
## Installation
Antigen:
antigen bundle voronkovich/phpunit.plugin.zsh
Or clone this repo and add this into your .zshrc:
source path/to/cloned/repo/phpunit.plugin.zsh
## Usage
This plugin provides a `pu` command to invoke a correct local PHPUnit script.
```sh
# Always you run the phpunit like this (Symfony application):
$ vendor/bin/phpunit -c app
``````sh
# The 'pu' finds an appropriate phpunit script
# and phpunit.xml or phpunit.xml.dist files for you:
$ pu
```## License
Copyright (c) Voronkovich Oleg. Distributed under the MIT.