org\bovigo\vfs\vfsStreamContainerIteratorTestCase::provideSwitchWithExpectations PHP 메소드

provideSwitchWithExpectations() 공개 메소드

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