Search⌘ K

Challenge 2: Property Testing with Eris

Explore how to create property tests for recursive functions in PHP using the Eris library. Understand how to apply associative and tuple generators to cover various input cases and validate expected outcomes with assertions.

Problem statement

Write property tests for the count_rUntitledConcept3 function from the previous challenge with ...