Advanced Web Server Manager
Complete File Manager & Terminal - Standalone Version
By Sid Gifari | Gifari Industries
Current path:
/
/
home
/
qtdcvxyp
/
public_html
/
sms
/
application
/
third_party
/
omnipay
/
vendor
/
php-http
/
httplug
/
spec
/
Exception
✏️
Editing: TransferExceptionSpec.php
<?php namespace spec\Http\Client\Exception; use PhpSpec\ObjectBehavior; class TransferExceptionSpec extends ObjectBehavior { function it_is_a_runtime_exception() { $this->shouldHaveType('RuntimeException'); } function it_is_an_exception() { $this->shouldImplement('Http\Client\Exception'); } }
💾 Save Changes
❌ Cancel