We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2956ee3 commit 292ac0dCopy full SHA for 292ac0d
knpu/refactoring-di.md
@@ -36,7 +36,7 @@ Oh wait! No auto-completion! Bah! Extend `TestCase`!
36
37
*Now* add `$this->assertGreaterThanOrEqual()` with `$minExpectedSize` and `$actualSize`.
38
You need to read this... backwards: this asserts that `$actualSize` is greater than
39
-or equal to `$mixExpectedSize`.
+or equal to `$maxExpectedSize`.
40
41
Repeat that with `$this->assertLessThanOrEqual()` and `$maxExpectedSize, $actualSize`.
42
0 commit comments