File manager - Edit - /home/jardides/www/Cloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Service/Exception/ValidationExceptionTest.php
Back
<?php namespace Guzzle\Tests\Service\Exception; use Guzzle\Service\Exception\ValidationException; class ValidationExceptionTest extends \Guzzle\Tests\GuzzleTestCase { public function testCanSetAndRetrieveErrors() { $errors = array('foo', 'bar'); $e = new ValidationException('Foo'); $e->setErrors($errors); $this->assertEquals($errors, $e->getErrors()); } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.01 |
proxy
|
phpinfo
|
Settings