Skip to content

Commit

Permalink
Added test instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
rennokki committed Oct 2, 2023
1 parent 6e2c7d3 commit 7795919
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,16 @@ The `d1` driver will proxy the PDO queries to the Cloudflare D1 API to run quer

## 🐛 Testing

Start the built-in Worker that simulates the Cloudflare API:

```bash
cd tests/worker
npm ci
npm run start
```

In a separate terminal, run the tests:

``` bash
vendor/bin/phpunit
```
Expand Down

0 comments on commit 7795919

Please sign in to comment.