malkusch\lock\mutex\RedisMutexTest::provideMinority PHP Method

provideMinority() public method

Provides test cases with too few.
public provideMinority ( ) : int[][]
return int[][] Test cases.
    public function provideMinority()
    {
        // total count, available count
        return [[1, 0], [2, 0], [2, 1], [3, 0], [3, 1], [4, 2]];
    }