Coduo\PHPMatcher\Tests\Matcher\Pattern\Expander\CountTest::examplesProvider PHP Method

examplesProvider() public static method

public static examplesProvider ( )
    public static function examplesProvider()
    {
        return array(array(1, array("ipsum"), true), array(2, array("foo", 1), true));
    }