org\bovigo\vfs\vfsStreamContainerIteratorTestCase::provideSwitchWithExpectations PHP Метод

provideSwitchWithExpectations() публичный Метод

public provideSwitchWithExpectations ( ) : array
Результат array
    public function provideSwitchWithExpectations()
    {
        return array(array(function () {
            vfsStream::disableDotfiles();
        }, array()), array(function () {
            vfsStream::enableDotfiles();
        }, array('.', '..')));
    }