Вход Регистрация
Файл: vkolhoze.com/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Exception/InconsistentClientTransferExceptionTest.php
Строк: 28
<?php

namespace GuzzleTestsServiceException;

use 
GuzzleServiceExceptionInconsistentClientTransferException;

class 
InconsistentClientTransferExceptionTest extends GuzzleTestsGuzzleTestCase
{
    public function 
testStoresCommands()
    {
        
$items = array('foo''bar');
        
$e = new InconsistentClientTransferException($items);
        
$this->assertEquals($items$e->getCommands());
    }
}
Онлайн: 1
Реклама