Skip to content

Commit

Permalink
Documentation updates
Browse files Browse the repository at this point in the history
  • Loading branch information
rotimi committed Feb 22, 2024
1 parent 65fba2b commit 43e1128
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ Alternatively, [download a release](https://github.com/rotexdegba/Aura.SqlSchema

### Quality

[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/auraphp/Aura.SqlSchema/badges/quality-score.png?b=develop-2)](https://scrutinizer-ci.com/g/auraphp/Aura.SqlSchema/)
[![Code Coverage](https://scrutinizer-ci.com/g/auraphp/Aura.SqlSchema/badges/coverage.png?b=develop-2)](https://scrutinizer-ci.com/g/auraphp/Aura.SqlSchema/)
[![Build Status](https://travis-ci.org/auraphp/Aura.SqlSchema.png?branch=develop-2)](https://travis-ci.org/auraphp/Aura.SqlSchema)

Expand Down Expand Up @@ -56,6 +55,18 @@ These are the branches in this repository:

There will be future branches like **rotexsoft-4.x** & the likes for versions 4.x & above.

### Testing

There should be a **./phpunit.xml** file if you have run the **composer update** or **composer install** command at least once.

Edit the **./phpunit.xml** to contain the correct database connection info for MySql & Postgres or comment out the MySql & Postgres variables to only test against Sqlite and the run the command below to test:

```
./vendor/bin/phpunit
```

If you are running on a Linux OS with podman installed, you can run the **./run-tests-against-multiple-db-versions.php** script to do a more extensive test against multiple versions of MariaDB, MySql & Postgres.

## Getting Started

### Instantiation
Expand Down

0 comments on commit 43e1128

Please sign in to comment.