Skip to content
This repository has been archived by the owner on Jan 31, 2020. It is now read-only.

Commit

Permalink
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
weierophinney committed Jul 19, 2013
1 parent 2ff8f99 commit d2bc6d7
Showing 1 changed file with 110 additions and 164 deletions.
Loading

0 comments on commit d2bc6d7

Please sign in to comment.