-
-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extract storeAssertDiff from Dumper::dumpException #382
base: master
Are you sure you want to change the base?
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
0df3c7e
to
062041b
Compare
3267365
to
9d28a53
Compare
dddb52b
to
78555c7
Compare
95674fc
to
c5eff68
Compare
cc8395d
to
8b22550
Compare
2fee261
to
c118637
Compare
This refactor Dumper::dumpException in the way that part maintaining storing Assert diff is callable from other test libraries.