We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd61fc3 commit 750b286Copy full SHA for 750b286
README.md
@@ -1,6 +1,10 @@
1
# Database Assertions
2
3
-Provides laravel-like database assertions for integration testing
+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
8
9
### Usage
10
@@ -22,6 +26,4 @@ Check rows are missing in database
22
26
'column1' => 'value1',
23
27
'column2' => 'value2',
24
28
]);
25
-```
-
-Uses default doctrine connection `'doctrine.dbal.default_connection'`
29
+````
0 commit comments