This repository has been archived by the owner on Jan 31, 2020. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
- If we're going to make readability changes, let's make them consistent with the rest of the framework: - array arguments should all have commas following each entry - array arguments as sole argument of a method can open on same line as call; indentation then adjusts one level less - Use `assertInstanceOf` throughout, instead of `assertTrue($a instanceof $b)` - While the `setExpectedException()` lines get a little long, they're not unreadable; breaking them into multiple lines makes intent less clear.
- Loading branch information