Commit 2605a55
Unit-tests (#29)
* main branch
* implemented the unit tests for authentication and objects
* fixed the CI and Psalm
* fixed the CI and Psalm show-infor errors
* removed PersonUnitTest
* implemented unit test
* DEBUG
* DEBUG
* enabled the mocking of final classes in PHPUnit
* enabled the mocking of final classes in PHPUnit
* Debug
* Debug
* Removed the getters from resultCounters
* updated the TransactionUnitTest
* fixed integration test for resultcounters
* fixed integration test
* fixed integration test
* updated tests
* seperated all integration tests
* removed all the final keyword
* DEBUG
* resolved changes according to comments
* resolved changes
* invalidbooktest is created
* Added unit test for ResultRow
* chore: remove invalid import
* psalm info issues are fixed
* Added unit test for ResultRow
* Added unit test for ResultRow
* Added final keyword
* fixed broken test and added schema for phpunit.xml
* updated README.md
* Added final keyword to all neccesary classes
* minor errors
* propertynotsetinconstructor is removed
* fixed all warnings
* add coverage options
* explicitly mark test folder in phpunit tests
* remove coverage filter from phpunit xml
* winp
* Deprecations fixed
* Deprecations fixed
* added a new phunitCoverage.xml file for generating a code coverage report
* added a new phunitCoverage.xml file for generating a code coverage report
* removed phunit.cache file and xml-coverage folder
---------
Co-authored-by: Pratiksha <pratiksha@Pratiksha-Nagels>
Co-authored-by: pratikshazalte69 <[email protected]>
Co-authored-by: Kiran Chandani <[email protected]>
Co-authored-by: Ghlen Nagels <[email protected]>1 parent f54a948 commit 2605a55
File tree
58 files changed
+3895
-551
lines changed- .github/workflows
- src
- Authentication
- Exception
- Objects
- Results
- tests
- Integration
- Unit
- Authentication
- Results
- objects
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
58 files changed
+3895
-551
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
6 | 12 | | |
7 | 13 | | |
8 | 14 | | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
9 | 20 | | |
10 | 21 | | |
11 | 22 | | |
12 | | - | |
13 | 23 | | |
Large diffs are not rendered by default.
0 commit comments