Skip to content
This repository was archived by the owner on Apr 20, 2021. It is now read-only.

Commit ebaab87

Browse files
committed
Rename $nth to $count to make the useable
1 parent 84ae6a1 commit ebaab87

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Context/JsonContext.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ public function theJsonNodeShouldHaveElements($node, $count)
7979

8080
$actual = $this->inspector->evaluate($json, $node);
8181

82-
$this->assertSame($nth, sizeof((array) $actual));
82+
$this->assertSame($count, sizeof((array) $actual));
8383
}
8484

8585
/**

0 commit comments

Comments
 (0)