Skip to content

Commit b63b978

Browse files
committed
Rename arrayCount() -> countOf().
1 parent 6962365 commit b63b978

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PHPUnit/Framework/Assert.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2781,7 +2781,7 @@ public static function stringEndsWith($suffix)
27812781
* @param int $count
27822782
* @return PHPUnit_Framework_Constraint_Count
27832783
*/
2784-
public static function arrayCount($count)
2784+
public static function countOf($count)
27852785
{
27862786
return new PHPUnit_Framework_Constraint_Count($count);
27872787
}

0 commit comments

Comments
 (0)