Skip to content

Commit 2d10012

Browse files
committed
remove unecessary command line prompt to allow github copy/paster full operating command line
1 parent 64c7560 commit 2d10012

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ and used these log levels/events mapping.
3737

3838
**IMPORTANT**: For demonstration purpose, a Growl Handler and an AdvancedFilter Handler were used but are not yet available as a GitHub or Packagist version.
3939

40-
```bash
41-
$ composer require bartlett/phpunit-loggertestlistener
40+
```shell
41+
composer require bartlett/phpunit-loggertestlistener
4242
```
4343

4444

@@ -270,13 +270,13 @@ and only important notifications via `GrowlHandler` (see filter rule with callba
270270

271271
Run the test suite example :
272272

273-
```bash
274-
$ phpunit -c examples/phpunit.monolog.xml
273+
```shell
274+
phpunit -c examples/phpunit.monolog.xml
275275
```
276276

277277
And you will get something like:
278278

279-
```bash
279+
```shell
280280
PHPUnit 7.5.1 by Sebastian Bergmann and contributors.
281281

282282
IRSF....F 9 / 9 (100%)
@@ -310,7 +310,7 @@ Tests: 9, Assertions: 7, Failures: 2, Skipped: 1, Incomplete: 1, Risky: 1.
310310

311311
**Test Suite results with Monolog Stream Handler**
312312

313-
```bash
313+
```shell
314314
[2018-12-30 11:00:19] PHPUnit.NOTICE: TestSuite 'Demo Test Suite' started with 9 tests. {"suiteName":"Demo Test Suite","testCount":9,"operation":"startTestSuite"} []
315315
[2018-12-30 11:00:19] PHPUnit.NOTICE: TestSuite 'Your\Name_Space\YourTestSuite' started with 9 tests. {"suiteName":"Your\\Name_Space\\YourTestSuite","testCount":9,"operation":"startTestSuite"} []
316316
[2018-12-30 11:00:19] PHPUnit.INFO: Test 'testIncomplete' started. {"testName":"testIncomplete","testDescriptionArr":["Your\\Name_Space\\YourTestSuite","testIncomplete"],"testDescriptionStr":"Your\\Name_Space\\YourTestSuite::testIncomplete","operation":"startTest"} []

0 commit comments

Comments
 (0)