Skip to content

Commit 750b286

Browse files
committed
Update README.md
1 parent dd61fc3 commit 750b286

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Database Assertions
22

3-
Provides laravel-like database assertions for integration testing
3+
Provides laravel-like database assertions for integration testing of symfony projects
4+
5+
Uses default doctrine connection `'doctrine.dbal.default_connection'
6+
7+
You are welcome to contribute
48

59
### Usage
610

@@ -22,6 +26,4 @@ Check rows are missing in database
2226
'column1' => 'value1',
2327
'column2' => 'value2',
2428
]);
25-
```
26-
27-
Uses default doctrine connection `'doctrine.dbal.default_connection'`
29+
````

0 commit comments

Comments
 (0)