bandwidthThrottle\tokenBucket\storage\FileStorageTest::testOpeningFails PHP Метод

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

Tests opening the file fails.
public testOpeningFails ( )
    public function testOpeningFails()
    {
        vfsStream::setup('test');
        @new FileStorage(vfsStream::url("test/nonexisting/test"));
    }