org\bovigo\vfs\vfsStreamContainerIteratorTestCase::provideSwitchWithExpectations PHP Method

provideSwitchWithExpectations() public method

    public function provideSwitchWithExpectations()
    {
        return array(array(function () {
            vfsStream::disableDotfiles();
        }, array()), array(function () {
            vfsStream::enableDotfiles();
        }, array('.', '..')));
    }