Skip to content

Commit d709241

Browse files
committed
Add tests and link to gitbook on README
1 parent f9b3be4 commit d709241

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

README.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,21 @@ Patchr uses a different approach, allowing you to commit **raw** SQL, more compa
1212

1313
Patchr is developed with deployment in mind, exposing a comprehensive command line API and it is currently used in some large scale corporate applications.
1414

15-
### Documentation
15+
## Documentation
1616

17-
SOON™
17+
[Patchr on Gitbook](https://0plus1.gitbooks.io/patchr/)
1818

19-
### Frameworks
19+
## Tests
20+
21+
```./vendor/bin/phpunit```
22+
System wide installs of phpunit might not work due to potentially different versions, please rely on above command.
23+
24+
## Frameworks
2025
Patchr is framework agnostic, it can easily be added to any existing framework/project. These are the official wrappers for commonly used frameworks:
2126

2227
* Laravel ([0plus1/patchr-laravel](https://github.com/0plus1/patchr-laravel))
2328

24-
### Roadmap
29+
## Roadmap
2530

2631
* Decouple Model class from Mysqli to create adapters for other RDBMS
27-
* Unit testing
32+
* Expand unit tests coverage

0 commit comments

Comments
 (0)