-
-
src/Lunr/Vortex/FCM/FCMBatchResponse.php (Diff revision 1) the whole 200 range is a correct response right? Or only 200 for FCM?
-
-
src/Lunr/Vortex/FCM/FCMBatchResponse.php (Diff revision 1) why is this not extending the GCM batch response class?
Commit: |
|
||||
---|---|---|---|---|---|
Diff: |
Revision 2 (+110) |
Commit: |
|
||||
---|---|---|---|---|---|
Diff: |
Revision 3 (+110) |
Commit: |
|
||||
---|---|---|---|---|---|
Diff: |
Revision 4 (+617) |
-
-
src/Lunr/Vortex/FCM/Tests/FCMBatchResponseBasePushErrorTest.php (Diff revision 4) my fault, fixing it now.
Commit: |
|
||||
---|---|---|---|---|---|
Diff: |
Revision 5 (+738) |
-
-
src/Lunr/Vortex/FCM/Tests/FCMBatchResponseBasePushErrorTest.php (Diff revision 5) Sorry, that's too much. That's not what I meant.
I meant the BaseTest class only, not making up some test classes that start with "Base".The reason is that without tests the constructor/destructor are not covered. So we need some tests for the new class, and the easiest ones as well as the ones that make most sense are the ones that verify the properties are set correctly. Which is done in the BaseTest class.