bandwidthThrottle\tokenBucket\storage\FileStorageTest::testOpeningFails PHP Méthode

testOpeningFails() public méthode

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