Skip to content

Commit

Permalink
Fix typo: $mixExpectedSize -> $maxExpectedSize
Browse files Browse the repository at this point in the history
  • Loading branch information
bocharsky-bw committed Apr 19, 2018
1 parent 2956ee3 commit 292ac0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion knpu/refactoring-di.md
Expand Up @@ -36,7 +36,7 @@ Oh wait! No auto-completion! Bah! Extend `TestCase`!

*Now* add `$this->assertGreaterThanOrEqual()` with `$minExpectedSize` and `$actualSize`.
You need to read this... backwards: this asserts that `$actualSize` is greater than
or equal to `$mixExpectedSize`.
or equal to `$maxExpectedSize`.

Repeat that with `$this->assertLessThanOrEqual()` and `$maxExpectedSize, $actualSize`.

Expand Down

0 comments on commit 292ac0d

Please sign in to comment.