Skip to content

Commit

Permalink
README formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
DamienHarper committed Mar 4, 2019
1 parent 424328d commit 66a8211
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ composer install --dev

Then you can run the test suite with different configuration (SQLite, MySQL or PostgreSQL):

#### Default configuration (SQLite)
### Default configuration (SQLite)

This configuration uses an in memory sqlite database, it's the fastest configuration.

Expand All @@ -21,7 +21,7 @@ or
./vendor/bin/phpunit -c tests/travis/sqlite.travis.xml
```

#### MySQL configuration
### MySQL configuration

This configuration expects to connect to a MySQL database.

Expand All @@ -38,7 +38,7 @@ docker run --name mysql_db -e MYSQL_DATABASE=doctrine_audit -d -p 3306:3306 mysq
```


#### PostgreSQL configuration
### PostgreSQL configuration

This configuration expects to connect to a PostgreSQL database.

Expand Down

0 comments on commit 66a8211

Please sign in to comment.