Cascade\Tests\Config\Loader\ClassLoader\Resolver\ExtraOptionsResolverTest::optionsProvider PHP Method

optionsProvider() public method

The order of the input options does not matter and is somewhat random. The resolution should reconcile those options and match them up with the closure param position
public optionsProvider ( ) : array
return array of arrays with expected resolved values and options used as input
    public function optionsProvider()
    {
        return array(array(array('optionalA', 'optionalB', 'mandatory'), $this->getMockBuilder('Cascade\\Config\\Loader\\ClassLoader')->disableOriginalConstructor()->getMock()->method('canHandle')->willReturn(true)));
    }