Skip to content

Commit ce0c3a5

Browse files
committed
Update README
1 parent 524ca06 commit ce0c3a5

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,22 @@
1-
[![linux build](https://img.shields.io/travis/weirdan/run-without-xdebug/master.svg?label=linux+build)](https://travis-ci.org/weirdan/run-without-xdebug)
1+
[![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)
22
![license](https://img.shields.io/github/license/weirdan/run-without-xdebug.svg)
33
![php](https://img.shields.io/packagist/php-v/weirdan/run-without-xdebug.svg?colorB=8892BF&label=php)
44

55
# Intro
6-
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).
6+
7+
This is a simple CLI utility to run any PHP script with XDebug disabled.
8+
XDebug, while providing many useful features, results in considerable
9+
performance hit. This is especially useful to run big unit test suites when you
10+
*don't* need code coverage (like, when fixing a bug).
711

812
# Installation
9-
```
13+
14+
```sh
1015
composer global require weirdan/run-without-xdebug:@dev
1116
```
1217

1318
# Usage
14-
```
19+
20+
```sh
1521
php-noxdebug `which phpunit` --testdox
1622
```

0 commit comments

Comments
 (0)