Skip to content
This repository has been archived by the owner on Jul 31, 2022. It is now read-only.

Commit

Permalink
Merge pull request #27 from tbreuss/develop
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
tbreuss committed Oct 18, 2018
2 parents 455cde1 + 8e4bcf7 commit 0ef0cff
Showing 1 changed file with 11 additions and 17 deletions.
28 changes: 11 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,44 +30,38 @@ Composer is your friend.
Start your web browser and open <http://localhost:9999>


### Basic Auth Middleware
### Middlewares

The example is using some middlewares.

For the Basic Auth middleware the Login details are:
For the BasicAuth middleware the Login details are:

Username: user
Password: pass

You're ready to go!


## Scripts
## Testing & Code quality

#### Testing

Start PHPUnit useing the following composer script.
We've integrated several scripts to ensure code quality.

# Using PHPUnit
$ composer phpunit

#### Codesniffer

Start PHP Codesniffer:

# Using PHP-Codesniffer
$ composer phpcs

Fix Codesniffer issues:

# Fixing Codesniffer issues
$ composer phpcbf

#### Both together

# Using both together
$ composer test


## Continues Integration

PVC is using Travis (<https://travis-ci.org/tbreuss/pvc>) for Continuous Integration.
## Continuous Integration

PVC is using [Travis](<https://travis-ci.org/tbreuss/pvc>) for it's Continuous Integration.


## License
Expand Down

0 comments on commit 0ef0cff

Please sign in to comment.