name: RingBufferTest class_comment: '# * @author Bernhard Schussek ' dependencies: - name: TestCase type: class source: PHPUnit\Framework\TestCase - name: RingBuffer type: class source: Symfony\Component\Intl\Data\Util\RingBuffer - name: OutOfBoundsException type: class source: Symfony\Component\Intl\Exception\OutOfBoundsException properties: [] methods: - name: setUp visibility: protected parameters: [] comment: null - name: testWriteWithinBuffer visibility: public parameters: [] comment: null - name: testWritePastBuffer visibility: public parameters: [] comment: null - name: testReadNonExistingFails visibility: public parameters: [] comment: null - name: testQueryNonExisting visibility: public parameters: [] comment: null - name: testUnsetNonExistingSucceeds visibility: public parameters: [] comment: null - name: testReadOverwrittenFails visibility: public parameters: [] comment: null - name: testQueryOverwritten visibility: public parameters: [] comment: null - name: testUnsetOverwrittenSucceeds visibility: public parameters: [] comment: null traits: - PHPUnit\Framework\TestCase - Symfony\Component\Intl\Data\Util\RingBuffer - Symfony\Component\Intl\Exception\OutOfBoundsException interfaces: []