Extract storeAssertDiff from Dumper::dumpException#382
Extract storeAssertDiff from Dumper::dumpException#382trejjam wants to merge 1 commit intonette:masterfrom
Conversation
e5265fc to
2240153
Compare
2240153 to
8c03ad6
Compare
339d40a to
5a06f31
Compare
|
Hi @milo, |
|
I'll check it during next week. |
|
Btw what the purpose is? |
|
I use it with mango tester to store a diff. |
b9711f5 to
3f273cf
Compare
5a06f31 to
29c9186
Compare
|
Thanks for rebase! Your I know mango flavoured Tester, but not its source code in detail. Could you elaborate more in detail why do you need extract this functionality? From your description it looks like you only need to remove |
|
The storing part is what I would like to port into Mango tester. It uses own TestCase, where the only message about assert fault is reported, not simple fault then require xDebug or the other inspection method. What about removing You are right that storeAssertDiff API is not good enough. |
eaaeb7b to
7184606
Compare
ee525b7 to
6ca248e
Compare
37f5151 to
c3bd1b2
Compare
7362057 to
a2312d9
Compare
4969211 to
81b3703
Compare
e3ff0e9 to
cfedd76
Compare
cd207d6 to
8c3e2ef
Compare
6799278 to
8bac4c2
Compare
8e93803 to
5774dce
Compare
f2ca728 to
b5fcdb3
Compare
0df3c7e to
062041b
Compare
317713e to
a24122d
Compare
This refactor Dumper::dumpException in the way that part maintaining storing Assert diff is callable from other test libraries.