Commit 68d2f52
authored
Raise code coverage to 100% (#39)
* Implemented an in memory job execution storage
* Covered event dispatching & not executable job executions
* Added tests to cover events
* Added tests that covers configurable elements helper traits
* Added tests for AbstractJob
* Add more tests to cover items expand
* Add more test to cover edge cases on job execution serialization
* Add more tests to cover edge cases of filesystem job execution storage
* Add tests to cover NullJobExecutionStorage
* Add tests to cover QueryBuilder & Query
* Removed unused exception parts
* Add more tests to cover DoctrineDBALJobExecutionStorage
* Add way more test to cover JobExecutionRowNormalizer via DoctrineDBALJobExecutionStorage
* Cover all edge cases of symfony/console bridge
* Cover all edge cases of symfony/framework-bundle bridge
* Cover all edge cases of symfony/validator bridge
* Fixed compatibility of symfony/validator bridge tests with Symfony 4.x
* Create readonly filesystem storage dir at runtime
* Fixed static analysis & checkstyle issues1 parent 484b3f3 commit 68d2f52
File tree
2 files changed
+49
-10
lines changed- src/DependencyInjection
- tests/DependencyInjection
2 files changed
+49
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
| 63 | + | |
| 64 | + | |
68 | 65 | | |
69 | 66 | | |
70 | 67 | | |
| |||
126 | 123 | | |
127 | 124 | | |
128 | 125 | | |
129 | | - | |
130 | | - | |
131 | | - | |
132 | | - | |
133 | | - | |
134 | 126 | | |
135 | 127 | | |
136 | 128 | | |
137 | 129 | | |
138 | 130 | | |
139 | 131 | | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
140 | 138 | | |
141 | 139 | | |
142 | 140 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
| 10 | + | |
9 | 11 | | |
10 | 12 | | |
11 | 13 | | |
| |||
40 | 42 | | |
41 | 43 | | |
42 | 44 | | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
43 | 84 | | |
0 commit comments