Psecio\Parse\Rule\RuleTestCase::parseSampleProvider PHP Method

parseSampleProvider() public method

This method provides a list of samples and expected results that this unit test should test against. The structure should be: [ ['valid php code', ], [ ... ], ... ] Note that the actual test method prefixes the sample code with '
public parseSampleProvider ( ) : array
return array Lists of samples to test against
    public function parseSampleProvider()
    {
        return [];
    }