Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
weirdan committed Apr 9, 2021
1 parent 524ca06 commit ce0c3a5
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,22 @@
[![linux build](https://img.shields.io/travis/weirdan/run-without-xdebug/master.svg?label=linux+build)](https://travis-ci.org/weirdan/run-without-xdebug)
[![CI](https://github.com/weirdan/run-without-xdebug/actions/workflows/ci.yml/badge.svg)](https://github.com/weirdan/run-without-xdebug/actions/workflows/ci.yml)
![license](https://img.shields.io/github/license/weirdan/run-without-xdebug.svg)
![php](https://img.shields.io/packagist/php-v/weirdan/run-without-xdebug.svg?colorB=8892BF&label=php)

# Intro
This is a simple CLI utility to run any PHP script with XDebug disabled. XDebug, while providing many useful features, results in considerable performance hit. This is especially useful to run big unit test suites when you *don't* need code coverage (like, when fixing a bug).

This is a simple CLI utility to run any PHP script with XDebug disabled.
XDebug, while providing many useful features, results in considerable
performance hit. This is especially useful to run big unit test suites when you
*don't* need code coverage (like, when fixing a bug).

# Installation
```

```sh
composer global require weirdan/run-without-xdebug:@dev
```

# Usage
```

```sh
php-noxdebug `which phpunit` --testdox
```

0 comments on commit ce0c3a5

Please sign in to comment.