Файловый менеджер - Редактировать - /var/www/jonas-eriksen.dk/jresolutions.dk/test/vendor/swiftmailer/swiftmailer/tests/bug/Swift/BugFileByteStreamConsecutiveReadCallsTest.php
Назад
<?php class Swift_FileByteStreamConsecutiveReadCalls extends \PHPUnit\Framework\TestCase { /** * @test * @expectedException \Swift_IoException */ public function shouldThrowExceptionOnConsecutiveRead() { $fbs = new \Swift_ByteStream_FileByteStream('does not exist'); try { $fbs->read(100); } catch (\Swift_IoException $exc) { $fbs->read(100); } } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Генерация страницы: 0.06 |
proxy
|
phpinfo
|
Настройка