373 deploying the sample data fails#393
Conversation
tofu-rocketry
left a comment
There was a problem hiding this comment.
I'd suggest merging the code quality fixes with the first commit, and then splitting that out into a commit around line 39 with a good commit messages explaining why that change, and then a 2nd commit with the new check.
0f9c798 to
515ef3d
Compare
|
We've merged the original commits, and split them into two new ones based on the functionality changed. ( @rowan04 May bad, but I forgot to get you to add a note like this to the PR, which confused @gregcorbett - it's useful when you re-write the history.) |
ok! |
2f55dc2 to
7df2485
Compare
|
Rebasing |
- The default statement was set to a LogicException which was always throwing an error as some of the data didn't match the existing case statements - This was removed and replaced with a break to allow the sample data to deploy correctly
- This is to try and cover the case the removed LogicException was trying to catch
- Adds comment explaining that $error will be an object of the libXMLError class
7df2485 to
e10c89c
Compare
Resolves #373